#1D5FA0
A dark, moderate blue closely aligning with Steelblue.
About #1D5FA0
The precise color #1D5FA0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 29 red, 95 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 82% cyan and 41% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D5FA0
RGB29, 95, 160
HSL209.8°, 69.3%, 37.1%
CMYK82%, 41%, 0%, 37%
HSV209.8°, 81.9%, 62.7%
LAB39.6, 3.8, -41.0
XYZ10.9, 11.0, 34.8
Decimal1925024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5FA0;
}
.text-color {
color: #1D5FA0;
}
.border-color {
border: 2px solid #1D5FA0;
}