#1D66A0
A dark, moderate blue closely aligning with Steelblue.
About #1D66A0
When working with digital screens, the color #1D66A0 is rendered by mixing light. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(29, 102, 160).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 36% Magenta, 0% Yellow, and 37% Black. The HSL representation is 206.6° hue, 69.3% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D66A0
RGB29, 102, 160
HSL206.6°, 69.3%, 37.1%
CMYK82%, 36%, 0%, 37%
HSV206.6°, 81.9%, 62.7%
LAB41.7, -0.6, -37.6
XYZ11.6, 12.3, 35.0
Decimal1926816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.07:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.80:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D66A0;
}
.text-color {
color: #1D66A0;
}
.border-color {
border: 2px solid #1D66A0;
}