#075F99
A dark, vivid blue closely aligning with Steelblue.
About #075F99
The hex code #075F99 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. This translates to an RGB value of rgb(7, 95, 153).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 95% C, 38% M, 0% Y, and 40% K. 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. 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#075F99
RGB7, 95, 153
HSL203.8°, 91.2%, 31.4%
CMYK95%, 38%, 0%, 40%
HSV203.8°, 95.4%, 60.0%
LAB38.8, -0.6, -38.0
XYZ9.9, 10.5, 31.6
Decimal483225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075F99;
}
.text-color {
color: #075F99;
}
.border-color {
border: 2px solid #075F99;
}