#1D2CA0
A dark, moderate blue closely aligning with Navy.
About #1D2CA0
The hex code #1D2CA0 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 29 red, 44 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 82% Cyan, 72% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D2CA0
RGB29, 44, 160
HSL233.1°, 69.3%, 37.1%
CMYK82%, 72%, 0%, 37%
HSV233.1°, 81.9%, 62.7%
LAB25.6, 37.7, -63.7
XYZ7.8, 4.6, 33.7
Decimal1911968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.94:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.45:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CA0;
}
.text-color {
color: #1D2CA0;
}
.border-color {
border: 2px solid #1D2CA0;
}