#1D6DA0
A dark, moderate blue closely aligning with Steelblue.
About #1D6DA0
At its core, #1D6DA0 is a dark and moderate hue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 29 parts red, 109 parts green, and 160 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 32% Magenta, 0% Yellow, and 37% Black. With a hue angle of 203.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D6DA0
RGB29, 109, 160
HSL203.4°, 69.3%, 37.1%
CMYK82%, 32%, 0%, 37%
HSV203.4°, 81.9%, 62.7%
LAB43.9, -4.9, -34.1
XYZ12.3, 13.7, 35.3
Decimal1928608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.60:1
Text on #FFFFFF
AA
3.75:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D6DA0;
}
.text-color {
color: #1D6DA0;
}
.border-color {
border: 2px solid #1D6DA0;
}