#1D6683
A dark, moderate blue closely aligning with Steelblue.
About #1D6683
At its core, #1D6683 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(29, 102, 131).
If you are designing for print, the four-color process is what matters most. The color uses 78% Cyan, 22% Magenta, 0% Yellow, and 49% Black. The HSL representation is 197.1° hue, 63.7% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D6683
RGB29, 102, 131
HSL197.1°, 63.7%, 31.4%
CMYK78%, 22%, 0%, 49%
HSV197.1°, 77.9%, 51.4%
LAB40.3, -11.6, -22.4
XYZ9.4, 11.4, 23.2
Decimal1926787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.40:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D6683;
}
.text-color {
color: #1D6683;
}
.border-color {
border: 2px solid #1D6683;
}