Shades of Navy Blue #0570ED
Tints of Navy Blue #0570ED
RGB
CMYK
RGB Variations
Color information
#0570ED (or 0x0570ED) is known color: Navy Blue. HEX triplet: 05, 70 and ED. RGB value is (5,112,237). Sum of RGB (Red+Green+Blue) = 5+112+237=354 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 237 (92.97% from 255 or 66.95% from 354); Max value from RGB is 237 - color contains mainly: blue. Hex color #0570ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0570ED is #FA8F12. Grayscale: #5D5D5D. Windows color (decimal): -16420627 or 15560709. OLE color: 15560709.
HSL color Cylindrical-coordinate representation of color #0570ED: hue angle of 212.33º 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 #0570ED is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 112 | 237 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.07 |
| HSL | 212.33º | 0.96% | 0.47% | - |
| HSV(B) | 212.33º | 0.98% | 0.93% | - |
| XYZ | 21.14 | 17.74 | 82.43 | - |
| YUV | 94.26 | 208.55 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 237 | 0.98 | 0.53 | 0 | 0.07 | 212.33 | 0.96 | 0.47 |
| Hex | 5 | 70 | ED | 62 | 35 | 0 | 7 | D4 | 60 | 2F |
| Octal | 5 | 160 | 355 | 142 | 65 | 0 | 7 | 324 | 140 | 57 |
| Binary | 101 | 1110000 | 11101101 | 1100010 | 110101 | 0 | 111 | 11010100 | 1100000 | 101111 |
Color Harmonies of #0570ED
Complementary color
Monochromatic Colors of #0570ED
Black with #0570ED
Text Example
Text Example
White with #0570ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0570ED; }
p { color: rgb(5,112,237); }
H1.HeaderClassName
{
color: #0570ED;
}
.AnyTagClassName
{
color: #0570ED;
}
</style>
background-color css
<style>
a { background-color: #0570ED; }
a { background-color: rgb(5,112,237); }
div.DivClassName
{
background-color: #0570ED;
}
.BgClassName
{
background-color: #0570ED;
}
</style>
border-color css
<style>
span { border-color: #0570ED; }
span { border-color: rgb(5,112,237); }
td.TdClassName
{
border-color: #0570ED;
}
.TagClassName
{
border-color: #0570ED;
}
</style>