#0F92B6
A dark, vivid cyan closely aligning with Steelblue.
About #0F92B6
At its core, #0F92B6 is a dark and vivid hue. Its closest recognized web color is Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 146, and 182.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 92% C, 20% M, 0% Y, and 29% K. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 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#0F92B6
RGB15, 146, 182
HSL192.9°, 84.8%, 38.6%
CMYK92%, 20%, 0%, 29%
HSV192.9°, 91.8%, 71.4%
LAB56.1, -18.9, -27.8
XYZ18.9, 24.0, 47.9
Decimal1020598
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.62:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.46:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F92B6;
}
.text-color {
color: #0F92B6;
}
.border-color {
border: 2px solid #0F92B6;
}