#005775
A dark, vivid blue closely aligning with Darkslategray.
About #005775
At its core, #005775 is a dark and vivid hue. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(0, 87, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 26% magenta, 0% yellow, and 54% black. With a hue angle of 195.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#005775
RGB0, 87, 117
HSL195.4°, 100.0%, 22.9%
CMYK100%, 26%, 0%, 54%
HSV195.4°, 100.0%, 45.9%
LAB34.2, -10.6, -23.3
XYZ6.6, 8.1, 18.0
Decimal22389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.01:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.66:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005775;
}
.text-color {
color: #005775;
}
.border-color {
border: 2px solid #005775;
}