#0F5775
A dark, vivid blue closely aligning with Darkslategray.
About #0F5775
When working with digital screens, the color #0F5775 is rendered by mixing light. Its closest recognized web color is Darkslategray. This translates to an RGB value of rgb(15, 87, 117).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 87% cyan, 26% magenta, 0% yellow, and 54% black. With a hue angle of 197.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#0F5775
RGB15, 87, 117
HSL197.6°, 77.3%, 25.9%
CMYK87%, 26%, 0%, 54%
HSV197.6°, 87.2%, 45.9%
LAB34.4, -9.5, -23.0
XYZ6.8, 8.2, 18.1
Decimal1005429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.95:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.60:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5775;
}
.text-color {
color: #0F5775;
}
.border-color {
border: 2px solid #0F5775;
}