#1D576D
A dark, moderate blue closely aligning with Darkslategray.
About #1D576D
The hex code #1D576D represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 87, and 109.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 73% C, 20% M, 0% Y, and 57% K. With a hue angle of 196.5 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D576D
RGB29, 87, 109
HSL196.5°, 58.0%, 27.1%
CMYK73%, 20%, 0%, 57%
HSV196.5°, 73.4%, 42.7%
LAB34.4, -10.8, -18.0
XYZ6.7, 8.2, 15.7
Decimal1922925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.97:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D576D;
}
.text-color {
color: #1D576D;
}
.border-color {
border: 2px solid #1D576D;
}