#1D0F50
A very dark, moderate blue closely aligning with Midnightblue.
About #1D0F50
When working with digital screens, the color #1D0F50 is rendered by mixing light. It is closely associated with the named CSS color Midnightblue. This translates to an RGB value of rgb(29, 15, 80).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 64% cyan, 81% magenta, 0% yellow, and 69% black. With a hue angle of 252.9 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0F50
RGB29, 15, 80
HSL252.9°, 68.4%, 18.6%
CMYK64%, 81%, 0%, 69%
HSV252.9°, 81.2%, 31.4%
LAB10.4, 27.0, -37.2
XYZ2.1, 1.2, 7.7
Decimal1904464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.98:1
Text on #FFFFFF
AAA
1.24:1
Text on #000000
FAIL
16.23:1
Text on #F8FAFC
AAA
1.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F50;
}
.text-color {
color: #1D0F50;
}
.border-color {
border: 2px solid #1D0F50;
}