#0F7CA0
A dark, vivid cyan closely aligning with Steelblue.
About #0F7CA0
The hex code #0F7CA0 represents a beautifully specific shade of cyan. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(15, 124, 160).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 22% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F7CA0
RGB15, 124, 160
HSL194.9°, 82.9%, 34.3%
CMYK91%, 22%, 0%, 37%
HSV194.9°, 90.6%, 62.7%
LAB48.3, -14.8, -27.2
XYZ13.7, 17.1, 35.8
Decimal1014944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CA0;
}
.text-color {
color: #0F7CA0;
}
.border-color {
border: 2px solid #0F7CA0;
}