#1D1675
A dark, moderate blue closely aligning with Midnightblue.
About #1D1675
The hex code #1D1675 represents a beautifully specific shade of blue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(29, 22, 117).
Translating this color to physical media requires the CMYK color model. The color uses 75% Cyan, 81% Magenta, 0% Yellow, and 54% Black. With a hue angle of 244.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#1D1675
RGB29, 22, 117
HSL244.4°, 68.3%, 27.3%
CMYK75%, 81%, 0%, 54%
HSV244.4°, 81.2%, 45.9%
LAB16.1, 35.6, -52.4
XYZ4.0, 2.1, 17.0
Decimal1906293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.75:1
Text on #FFFFFF
AAA
1.42:1
Text on #000000
FAIL
14.10:1
Text on #F8FAFC
AAA
1.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1675;
}
.text-color {
color: #1D1675;
}
.border-color {
border: 2px solid #1D1675;
}