Shades of Navy Blue #0570EC
Tints of Navy Blue #0570EC
RGB
CMYK
RGB Variations
Color information
#0570EC (or 0x0570EC) is known color: Navy Blue. HEX triplet: 05, 70 and EC. RGB value is (5,112,236). Sum of RGB (Red+Green+Blue) = 5+112+236=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #0570EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570EC is #FA8F13. Grayscale: #5D5D5D. Windows color (decimal): -16420628 or 15495173. OLE color: 15495173.
HSL color Cylindrical-coordinate representation of color #0570EC: hue angle of 212.21º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0570EC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 112 | 236 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.07 |
| HSL | 212.21º | 0.96% | 0.47% | - |
| HSV(B) | 212.21º | 0.98% | 0.93% | - |
| XYZ | 21 | 17.68 | 81.66 | - |
| YUV | 94.14 | 208.05 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 236 | 0.98 | 0.53 | 0 | 0.07 | 212.21 | 0.96 | 0.47 |
| Hex | 5 | 70 | EC | 62 | 35 | 0 | 7 | D4 | 60 | 2F |
| Octal | 5 | 160 | 354 | 142 | 65 | 0 | 7 | 324 | 140 | 57 |
| Binary | 101 | 1110000 | 11101100 | 1100010 | 110101 | 0 | 111 | 11010100 | 1100000 | 101111 |
Color Harmonies of #0570EC
Complementary color
Monochromatic Colors of #0570EC
Black with #0570EC
Text Example
Text Example
White with #0570EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570EC; }
p { color: rgb(5,112,236); }
H1.HeaderClassName
{
color: #0570EC;
}
.AnyTagClassName
{
color: #0570EC;
}
</style>
background-color css
<style>
a { background-color: #0570EC; }
a { background-color: rgb(5,112,236); }
div.DivClassName
{
background-color: #0570EC;
}
.BgClassName
{
background-color: #0570EC;
}
</style>
border-color css
<style>
span { border-color: #0570EC; }
span { border-color: rgb(5,112,236); }
td.TdClassName
{
border-color: #0570EC;
}
.TagClassName
{
border-color: #0570EC;
}
</style>