Technical Values
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Navy·#000080
Navy is the classic CSS named dark blue at #000080. It is denser, more formal, and more structural than Royal Blue or Steel Blue, which makes it useful when you need a trustworthy anchor color for headers, sidebars, enterprise navigation, and deep interface framing.
Exact numeric values for cross-tool conversion, token mapping, and accessibility review.
Scan the ramp from light to dark to judge how Navy behaves across action states, layered surfaces, and supporting accents.
Not every foreground and background pairing behaves the same. Use these checks to decide when white text, dark text, or the color itself should take the lead.
Best for reversed buttons, tabs, badges, and filled action surfaces.
Works for larger headings and selective UI blocks, but not for dense body copy.
Use this pairing when Navy becomes the link, icon, border, or emphasis color on very light surfaces.
White text reaches 16.01:1 against Navy, which is strong enough for body text and standard action surfaces.
Navy is sourced from the published CSS Standard Colors library and retained here as a searchable reference swatch for product, interface, and branding work.
Trust-building blues for enterprise and SaaS.
Reference-ready snippets for CSS variables, utility-first styling, and token exports.
:root {
--color-navy: #000080;
--color-navy-rgb: 0 0 128;
}Drop into a global token file or CSS variable layer.
class="bg-[#000080] text-white"
class="hover:bg-[#00005C] ring-1 ring-[#000080]"Direct utility usage for a fast prototype or content block.
{
"navy": "#000080",
"navyRgb": [0, 0, 128],
"navyHsl": [240, 100, 25]
}Useful for design token exports and API-driven theme objects.
Carry Navy into conversion, brand palette generation, and palette exploration workflows to test how it behaves across interface scenarios.