#0F7C99
A dark, vivid cyan closely aligning with Steelblue.
About #0F7C99
When working with digital screens, the color #0F7C99 is rendered by mixing light. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 15 red, 124 green, and 153 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 90% C, 19% M, 0% Y, and 40% K. The HSL representation is 192.6° hue, 82.1% saturation, and 32.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F7C99
RGB15, 124, 153
HSL192.6°, 82.1%, 32.9%
CMYK90%, 19%, 0%, 40%
HSV192.6°, 90.2%, 60.0%
LAB48.0, -17.4, -23.5
XYZ13.2, 16.8, 32.7
Decimal1014937
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C99;
}
.text-color {
color: #0F7C99;
}
.border-color {
border: 2px solid #0F7C99;
}