#1D1D57
A dark, moderate blue closely aligning with Midnightblue.
About #1D1D57
Visually, #1D1D57 is defined as a moderate blue. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 29 red, 29 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 67% M, 0% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D1D57
RGB29, 29, 87
HSL240.0°, 50.0%, 22.7%
CMYK67%, 67%, 0%, 66%
HSV240.0°, 66.7%, 34.1%
LAB14.6, 20.2, -35.2
XYZ2.7, 1.8, 9.2
Decimal1908055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.38:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.70:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D57;
}
.text-color {
color: #1D1D57;
}
.border-color {
border: 2px solid #1D1D57;
}