#1D5766
A dark, moderate cyan closely aligning with Darkslategray.
About #1D5766
Visually, #1D5766 is defined as a moderate cyan. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 29 red, 87 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 72% C, 15% M, 0% Y, and 60% K. With a hue angle of 192.3 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1D5766
RGB29, 87, 102
HSL192.3°, 55.7%, 25.7%
CMYK72%, 15%, 0%, 60%
HSV192.3°, 71.6%, 40.0%
LAB34.1, -13.3, -14.1
XYZ6.3, 8.0, 13.8
Decimal1922918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.05:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.70:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D5766;
}
.text-color {
color: #1D5766;
}
.border-color {
border: 2px solid #1D5766;
}