#0749B6
A dark, vivid blue closely aligning with Royalblue.
About #0749B6
When working with digital screens, the color #0749B6 is rendered by mixing light. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 73, and 182.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 96% cyan, 60% magenta, 0% yellow, and 29% black. With a hue angle of 217.4 degrees, it sits comfortably in the blue spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0749B6
RGB7, 73, 182
HSL217.4°, 92.6%, 37.1%
CMYK96%, 60%, 0%, 29%
HSV217.4°, 96.2%, 71.4%
LAB34.4, 25.9, -62.4
XYZ10.9, 8.2, 45.3
Decimal477622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0749B6;
}
.text-color {
color: #0749B6;
}
.border-color {
border: 2px solid #0749B6;
}