#077CA0
A dark, vivid cyan closely aligning with Steelblue.
About #077CA0
When working with digital screens, the color #077CA0 is rendered by mixing light. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(7, 124, 160).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 22% M, 0% Y, and 37% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#077CA0
RGB7, 124, 160
HSL194.1°, 91.6%, 32.7%
CMYK96%, 22%, 0%, 37%
HSV194.1°, 95.6%, 62.7%
LAB48.3, -15.2, -27.3
XYZ13.6, 17.0, 35.8
Decimal490656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077CA0;
}
.text-color {
color: #077CA0;
}
.border-color {
border: 2px solid #077CA0;
}