#1D5F83
A dark, moderate blue closely aligning with Steelblue.
About #1D5F83
At its core, #1D5F83 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(29, 95, 131).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 78% C, 27% M, 0% Y, and 49% K. With a hue angle of 201.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#1D5F83
RGB29, 95, 131
HSL201.2°, 63.7%, 31.4%
CMYK78%, 27%, 0%, 49%
HSV201.2°, 77.9%, 51.4%
LAB38.0, -7.4, -26.0
XYZ8.7, 10.1, 23.0
Decimal1924995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.96:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F83;
}
.text-color {
color: #1D5F83;
}
.border-color {
border: 2px solid #1D5F83;
}