#1D5F92
A dark, moderate blue closely aligning with Steelblue.
About #1D5F92
The hex code #1D5F92 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. Its digital footprint relies on 29 parts red, 95 parts green, and 146 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 35% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#1D5F92
RGB29, 95, 146
HSL206.2°, 66.9%, 34.3%
CMYK80%, 35%, 0%, 43%
HSV206.2°, 80.1%, 57.3%
LAB38.8, -1.7, -33.8
XYZ9.8, 10.5, 28.7
Decimal1925010
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.77:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.47:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F92;
}
.text-color {
color: #1D5F92;
}
.border-color {
border: 2px solid #1D5F92;
}