#1D5F8A
A dark, moderate blue closely aligning with Steelblue.
About #1D5F8A
Visually, #1D5F8A is defined as a moderate blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(29, 95, 138).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 79% cyan, 31% magenta, 0% yellow, and 46% black. The HSL representation is 203.7° hue, 65.3% saturation, and 32.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#1D5F8A
RGB29, 95, 138
HSL203.7°, 65.3%, 32.7%
CMYK79%, 31%, 0%, 46%
HSV203.7°, 79.0%, 54.1%
LAB38.3, -4.8, -29.7
XYZ9.2, 10.3, 25.5
Decimal1925002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.57:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F8A;
}
.text-color {
color: #1D5F8A;
}
.border-color {
border: 2px solid #1D5F8A;
}