#007599
A dark, vivid cyan closely aligning with Steelblue.
About #007599
At its core, #007599 is a dark and vivid hue. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 117, and 153.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 24% magenta, 0% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#007599
RGB0, 117, 153
HSL194.1°, 100.0%, 30.0%
CMYK100%, 24%, 0%, 40%
HSV194.1°, 100.0%, 60.0%
LAB45.7, -14.2, -27.2
XYZ12.1, 15.0, 32.4
Decimal30105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007599;
}
.text-color {
color: #007599;
}
.border-color {
border: 2px solid #007599;
}