#1D2CB6
A medium, vivid blue closely aligning with Darkblue.
About #1D2CB6
The hex code #1D2CB6 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 29 parts red, 44 parts green, and 182 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 76% M, 0% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D2CB6
RGB29, 44, 182
HSL234.1°, 72.5%, 41.4%
CMYK84%, 76%, 0%, 29%
HSV234.1°, 84.1%, 71.4%
LAB28.0, 45.4, -73.0
XYZ9.9, 5.4, 44.8
Decimal1911990
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.06:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.61:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CB6;
}
.text-color {
color: #1D2CB6;
}
.border-color {
border: 2px solid #1D2CB6;
}