WLJS LogoWLJS Notebook

DarkBlue

DarkBlue represents a dark blue color in graphics or style specifications.

Example

Graphics[{DarkBlue, EdgeForm[Black], Disk[]}]

Use it anywhere a color directive is accepted:

Plot[Sin[x], {x, 0, 2 Pi}, PlotStyle -> DarkBlue]

See the official Wolfram Language reference for more details.

On this page