#0F83A8
A dark, vivid cyan closely aligning with Steelblue.
About #0F83A8
At its core, #0F83A8 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, 131, and 168.
If you are designing for print, the four-color process is what matters most. The color uses 91% Cyan, 22% Magenta, 0% Yellow, and 34% Black. With a hue angle of 194.5 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F83A8
RGB15, 131, 168
HSL194.5°, 83.6%, 35.9%
CMYK91%, 22%, 0%, 34%
HSV194.5°, 91.1%, 65.9%
LAB50.9, -15.8, -27.9
XYZ15.4, 19.2, 39.9
Decimal1016744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F83A8;
}
.text-color {
color: #0F83A8;
}
.border-color {
border: 2px solid #0F83A8;
}