#1D507C
A dark, moderate blue closely aligning with Steelblue.
About #1D507C
When working with digital screens, the color #1D507C is rendered by mixing light. It is closely associated with the named CSS color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 80, and 124.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 35% Magenta, 0% Yellow, and 51% Black. The HSL representation is 207.8° hue, 62.1% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D507C
RGB29, 80, 124
HSL207.8°, 62.1%, 30.0%
CMYK77%, 35%, 0%, 51%
HSV207.8°, 76.6%, 48.6%
LAB32.8, -0.7, -29.8
XYZ7.0, 7.5, 20.1
Decimal1921148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.43:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.06:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D507C;
}
.text-color {
color: #1D507C;
}
.border-color {
border: 2px solid #1D507C;
}