#1D5F7C
A dark, moderate blue closely aligning with Steelblue.
About #1D5F7C
The precise color #1D5F7C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(29, 95, 124).
Translating this color to physical media requires the CMYK color model. The color uses 77% Cyan, 23% Magenta, 0% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#1D5F7C
RGB29, 95, 124
HSL198.3°, 62.1%, 30.0%
CMYK77%, 23%, 0%, 51%
HSV198.3°, 76.6%, 48.6%
LAB37.7, -10.0, -22.2
XYZ8.2, 9.9, 20.5
Decimal1924988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.05:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5F7C;
}
.text-color {
color: #1D5F7C;
}
.border-color {
border: 2px solid #1D5F7C;
}