Shades of Navy Blue #0572ED
Tints of Navy Blue #0572ED
RGB
CMYK
RGB Variations
Color information
#0572ED (or 0x0572ED) is known color: Navy Blue. HEX triplet: 05, 72 and ED. RGB value is (5,114,237). Sum of RGB (Red+Green+Blue) = 5+114+237=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #0572ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0572ED is #FA8D12. Grayscale: #5E5E5E. Windows color (decimal): -16420115 or 15561221. OLE color: 15561221.
HSL color Cylindrical-coordinate representation of color #0572ED: hue angle of 211.81º 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 #0572ED is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 114 | 237 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.07 |
| HSL | 211.81º | 0.96% | 0.47% | - |
| HSV(B) | 211.81º | 0.98% | 0.93% | - |
| XYZ | 21.37 | 18.18 | 82.5 | - |
| YUV | 95.43 | 207.89 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 114 | 237 | 0.98 | 0.52 | 0 | 0.07 | 211.81 | 0.96 | 0.47 |
| Hex | 5 | 72 | ED | 62 | 34 | 0 | 7 | D4 | 60 | 2F |
| Octal | 5 | 162 | 355 | 142 | 64 | 0 | 7 | 324 | 140 | 57 |
| Binary | 101 | 1110010 | 11101101 | 1100010 | 110100 | 0 | 111 | 11010100 | 1100000 | 101111 |
Color Harmonies of #0572ED
Complementary color
Monochromatic Colors of #0572ED
Black with #0572ED
Text Example
Text Example
White with #0572ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0572ED; }
p { color: rgb(5,114,237); }
H1.HeaderClassName
{
color: #0572ED;
}
.AnyTagClassName
{
color: #0572ED;
}
</style>
background-color css
<style>
a { background-color: #0572ED; }
a { background-color: rgb(5,114,237); }
div.DivClassName
{
background-color: #0572ED;
}
.BgClassName
{
background-color: #0572ED;
}
</style>
border-color css
<style>
span { border-color: #0572ED; }
span { border-color: rgb(5,114,237); }
td.TdClassName
{
border-color: #0572ED;
}
.TagClassName
{
border-color: #0572ED;
}
</style>