Shades of Navy Blue #0558EC
Tints of Navy Blue #0558EC
RGB
CMYK
RGB Variations
Color information
#0558EC (or 0x0558EC) is known color: Navy Blue. HEX triplet: 05, 58 and EC. RGB value is (5,88,236). Sum of RGB (Red+Green+Blue) = 5+88+236=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #0558EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0558EC is #FAA713. Grayscale: #4F4F4F. Windows color (decimal): -16426772 or 15489029. OLE color: 15489029.
HSL color Cylindrical-coordinate representation of color #0558EC: hue angle of 218.44º 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 #0558EC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 88 | 236 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.07 |
| HSL | 218.44º | 0.96% | 0.47% | - |
| HSV(B) | 218.44º | 0.98% | 0.93% | - |
| XYZ | 18.69 | 13.07 | 80.89 | - |
| YUV | 80.06 | 216 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 236 | 0.98 | 0.63 | 0 | 0.07 | 218.44 | 0.96 | 0.47 |
| Hex | 5 | 58 | EC | 62 | 3F | 0 | 7 | DA | 60 | 2F |
| Octal | 5 | 130 | 354 | 142 | 77 | 0 | 7 | 332 | 140 | 57 |
| Binary | 101 | 1011000 | 11101100 | 1100010 | 111111 | 0 | 111 | 11011010 | 1100000 | 101111 |
Color Harmonies of #0558EC
Complementary color
Monochromatic Colors of #0558EC
Black with #0558EC
Text Example
Text Example
White with #0558EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0558EC; }
p { color: rgb(5,88,236); }
H1.HeaderClassName
{
color: #0558EC;
}
.AnyTagClassName
{
color: #0558EC;
}
</style>
background-color css
<style>
a { background-color: #0558EC; }
a { background-color: rgb(5,88,236); }
div.DivClassName
{
background-color: #0558EC;
}
.BgClassName
{
background-color: #0558EC;
}
</style>
border-color css
<style>
span { border-color: #0558EC; }
span { border-color: rgb(5,88,236); }
td.TdClassName
{
border-color: #0558EC;
}
.TagClassName
{
border-color: #0558EC;
}
</style>