represents a dark blue color in graphics or style specifications.
DarkBlue
represents a dark blue color in graphics or style specifications.
Examples
open all close allBasic Examples (3)
Graphics[{DarkBlue, EdgeForm[Black], Disk[]}]Make a plot with dark blue plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkBlue]Display a grid of numbers with dark blue background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkBlue, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkBlue background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkBlue]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkBlue]]StandardBlue contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardBlue];
{LightModePane[g], DarkModePane[g]}Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkBlue, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkBlue.html.
CMS
Wolfram Language. 2025. "DarkBlue." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkBlue.html.
APA
Wolfram Language. (2025). DarkBlue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkBlue.html
BibTeX
@misc{reference.wolfram_2026_darkblue, author="Wolfram Research", title="{DarkBlue}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkBlue.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkblue, organization={Wolfram Research}, title={DarkBlue}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkBlue.html}, note=[Accessed: 13-June-2026]}