#0F667C
A dark, vivid cyan closely aligning with Darkslategray.
About #0F667C
At its core, #0F667C is a dark and vivid hue. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 102, and 124.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 88% C, 18% M, 0% Y, and 51% K. With a hue angle of 192.1 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F667C
RGB15, 102, 124
HSL192.1°, 78.4%, 27.3%
CMYK88%, 18%, 0%, 51%
HSV192.1°, 87.9%, 48.6%
LAB39.7, -15.7, -19.1
XYZ8.6, 11.1, 20.8
Decimal1009276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.54:1
Text on #FFFFFF
AA
3.21:1
Text on #000000
AA Large
6.25:1
Text on #F8FAFC
AA
2.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F667C;
}
.text-color {
color: #0F667C;
}
.border-color {
border: 2px solid #0F667C;
}