#1D668A
A dark, moderate blue closely aligning with Steelblue.
About #1D668A
At its core, #1D668A is a dark and moderate hue. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 102, and 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 79% C, 26% M, 0% Y, and 46% K. The HSL representation is 199.8° hue, 65.3% saturation, and 32.7% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D668A
RGB29, 102, 138
HSL199.8°, 65.3%, 32.7%
CMYK79%, 26%, 0%, 46%
HSV199.8°, 79.0%, 54.1%
LAB40.6, -9.0, -26.2
XYZ9.8, 11.6, 25.8
Decimal1926794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.33:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.05:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D668A;
}
.text-color {
color: #1D668A;
}
.border-color {
border: 2px solid #1D668A;
}