Shades of Navy Blue #0571E0
Tints of Navy Blue #0571E0
RGB
CMYK
RGB Variations
Color information
#0571E0 (or 0x0571E0) is known color: Navy Blue. HEX triplet: 05, 71 and E0. RGB value is (5,113,224). Sum of RGB (Red+Green+Blue) = 5+113+224=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 224 (87.89% from 255 or 65.50% from 342); Max value from RGB is 224 - color contains mainly: blue. Hex color #0571E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0571E0 is #FA8E1F. Grayscale: #5C5C5C. Windows color (decimal): -16420384 or 14708997. OLE color: 14708997.
HSL color Cylindrical-coordinate representation of color #0571E0: hue angle of 210.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0571E0 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 113 | 224 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.12 |
| HSL | 210.41º | 0.96% | 0.45% | - |
| HSV(B) | 210.41º | 0.98% | 0.88% | - |
| XYZ | 19.42 | 17.22 | 72.82 | - |
| YUV | 93.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 113 | 224 | 0.98 | 0.50 | 0 | 0.12 | 210.41 | 0.96 | 0.45 |
| Hex | 5 | 71 | E0 | 62 | 32 | 0 | C | D2 | 60 | 2D |
| Octal | 5 | 161 | 340 | 142 | 62 | 0 | 14 | 322 | 140 | 55 |
| Binary | 101 | 1110001 | 11100000 | 1100010 | 110010 | 0 | 1100 | 11010010 | 1100000 | 101101 |
Color Harmonies of #0571E0
Complementary color
Monochromatic Colors of #0571E0
Black with #0571E0
Text Example
Text Example
White with #0571E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0571E0; }
p { color: rgb(5,113,224); }
H1.HeaderClassName
{
color: #0571E0;
}
.AnyTagClassName
{
color: #0571E0;
}
</style>
background-color css
<style>
a { background-color: #0571E0; }
a { background-color: rgb(5,113,224); }
div.DivClassName
{
background-color: #0571E0;
}
.BgClassName
{
background-color: #0571E0;
}
</style>
border-color css
<style>
span { border-color: #0571E0; }
span { border-color: rgb(5,113,224); }
td.TdClassName
{
border-color: #0571E0;
}
.TagClassName
{
border-color: #0571E0;
}
</style>