#0F75A8
A dark, vivid blue closely aligning with Steelblue.
About #0F75A8
At its core, #0F75A8 is a dark and vivid hue. Designers often compare it to the standard color Steelblue. This translates to an RGB value of rgb(15, 117, 168).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 91% cyan and 30% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F75A8
RGB15, 117, 168
HSL200.0°, 83.6%, 35.9%
CMYK91%, 30%, 0%, 34%
HSV200.0°, 91.1%, 65.9%
LAB46.5, -7.8, -34.7
XYZ13.6, 15.7, 39.3
Decimal1013160
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F75A8;
}
.text-color {
color: #0F75A8;
}
.border-color {
border: 2px solid #0F75A8;
}