#075792
A dark, vivid blue closely aligning with Steelblue.
About #075792
When working with digital screens, the color #075792 is rendered by mixing light. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 87, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 95% cyan, 40% magenta, 0% yellow, and 43% black. With a hue angle of 205.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075792
RGB7, 87, 146
HSL205.5°, 90.8%, 30.0%
CMYK95%, 40%, 0%, 43%
HSV205.5°, 95.2%, 57.3%
LAB35.9, 1.7, -38.5
XYZ8.7, 8.9, 28.5
Decimal481170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075792;
}
.text-color {
color: #075792;
}
.border-color {
border: 2px solid #075792;
}