#0F5066
A dark, vivid blue closely aligning with Darkslategray.
About #0F5066
Visually, #0F5066 is defined as a vivid blue. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(15, 80, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 22% magenta, 0% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0F5066
RGB15, 80, 102
HSL195.2°, 74.4%, 22.9%
CMYK85%, 22%, 0%, 60%
HSV195.2°, 85.3%, 40.0%
LAB31.3, -11.1, -18.3
XYZ5.5, 6.8, 13.6
Decimal1003622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.90:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.51:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F5066;
}
.text-color {
color: #0F5066;
}
.border-color {
border: 2px solid #0F5066;
}