#1D2CAF
A medium, vivid blue closely aligning with Darkblue.
About #1D2CAF
Visually, #1D2CAF is defined as a vivid blue. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 29 red, 44 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 83% C, 75% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D2CAF
RGB29, 44, 175
HSL233.8°, 71.6%, 40.0%
CMYK83%, 75%, 0%, 31%
HSV233.8°, 83.4%, 68.6%
LAB27.2, 43.0, -70.1
XYZ9.1, 5.2, 41.1
Decimal1911983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.34:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.88:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2CAF;
}
.text-color {
color: #1D2CAF;
}
.border-color {
border: 2px solid #1D2CAF;
}