#1D5075
A dark, moderate blue closely aligning with Steelblue.
About #1D5075
At its core, #1D5075 is a dark and moderate hue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(29, 80, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 32% Magenta, 0% Yellow, and 54% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D5075
RGB29, 80, 117
HSL205.2°, 60.3%, 28.6%
CMYK75%, 32%, 0%, 54%
HSV205.2°, 75.2%, 45.9%
LAB32.4, -3.4, -26.0
XYZ6.6, 7.3, 17.9
Decimal1921141
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.55:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.17:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5075;
}
.text-color {
color: #1D5075;
}
.border-color {
border: 2px solid #1D5075;
}