#1D6D99
A dark, moderate blue closely aligning with Steelblue.
About #1D6D99
At its core, #1D6D99 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 109, and 153.
Translating this color to physical media requires the CMYK color model. The color uses 81% Cyan, 29% Magenta, 0% Yellow, and 40% Black. The HSL representation is 201.3° hue, 68.1% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#1D6D99
RGB29, 109, 153
HSL201.3°, 68.1%, 35.7%
CMYK81%, 29%, 0%, 40%
HSV201.3°, 81.0%, 60.0%
LAB43.5, -7.6, -30.5
XYZ11.7, 13.5, 32.1
Decimal1928601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.68:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.43:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D6D99;
}
.text-color {
color: #1D6D99;
}
.border-color {
border: 2px solid #1D6D99;
}