#001D3A
A very dark, vivid blue closely aligning with Black.
About #001D3A
The precise color #001D3A is an excellent choice for modern design projects. Its closest recognized web color is Black. Its digital footprint relies on 0 parts red, 29 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 50% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#001D3A
RGB0, 29, 58
HSL210.0°, 100.0%, 11.4%
CMYK100%, 50%, 0%, 77%
HSV210.0°, 100.0%, 22.7%
LAB10.4, 2.6, -21.8
XYZ1.2, 1.2, 4.2
Decimal7482
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.98:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.23:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001D3A;
}
.text-color {
color: #001D3A;
}
.border-color {
border: 2px solid #001D3A;
}