#1D1DAF
A medium, vivid blue closely aligning with Darkblue.
About #1D1DAF
The hex code #1D1DAF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 29 parts red, 29 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 83% C, 83% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#1D1DAF
RGB29, 29, 175
HSL240.0°, 71.6%, 40.0%
CMYK83%, 83%, 0%, 31%
HSV240.0°, 83.4%, 68.6%
LAB24.4, 50.9, -74.6
XYZ8.7, 4.2, 40.9
Decimal1908143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.37:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.87:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1DAF;
}
.text-color {
color: #1D1DAF;
}
.border-color {
border: 2px solid #1D1DAF;
}