#002449
A very dark, vivid blue closely aligning with Black.
About #002449
The precise color #002449 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 0 parts red, 36 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 51% Magenta, 0% Yellow, and 71% Black. With a hue angle of 210.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#002449
RGB0, 36, 73
HSL210.4°, 100.0%, 14.3%
CMYK100%, 51%, 0%, 71%
HSV210.4°, 100.0%, 28.6%
LAB14.1, 4.5, -26.5
XYZ1.8, 1.7, 6.5
Decimal9289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.57:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.88:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002449;
}
.text-color {
color: #002449;
}
.border-color {
border: 2px solid #002449;
}