#075099
A dark, vivid blue closely aligning with Darkslateblue.
About #075099
The hex code #075099 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 153.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 95% C, 48% M, 0% Y, and 40% K. The HSL representation is 210.0° hue, 91.2% saturation, and 31.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#075099
RGB7, 80, 153
HSL210.0°, 91.2%, 31.4%
CMYK95%, 48%, 0%, 40%
HSV210.0°, 95.4%, 60.0%
LAB34.2, 9.2, -45.4
XYZ8.7, 8.1, 31.2
Decimal479385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.03:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.67:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075099;
}
.text-color {
color: #075099;
}
.border-color {
border: 2px solid #075099;
}