Shades of Navy Blue #055EC8
Tints of Navy Blue #055EC8
RGB
CMYK
RGB Variations
Color information
#055EC8 (or 0x055EC8) is known color: Navy Blue. HEX triplet: 05, 5E and C8. RGB value is (5,94,200). Sum of RGB (Red+Green+Blue) = 5+94+200=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #055EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EC8 is #FAA137. Grayscale: #4E4E4E. Windows color (decimal): -16425272 or 13131269. OLE color: 13131269.
HSL color Cylindrical-coordinate representation of color #055EC8: hue angle of 212.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EC8 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 94 | 200 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.22 |
| HSL | 212.62º | 0.95% | 0.4% | - |
| HSV(B) | 212.62º | 0.98% | 0.78% | - |
| XYZ | 14.49 | 12.21 | 56.24 | - |
| YUV | 79.47 | 196.01 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 200 | 0.98 | 0.53 | 0 | 0.22 | 212.62 | 0.95 | 0.4 |
| Hex | 5 | 5E | C8 | 62 | 35 | 0 | 16 | D5 | 5F | 28 |
| Octal | 5 | 136 | 310 | 142 | 65 | 0 | 26 | 325 | 137 | 50 |
| Binary | 101 | 1011110 | 11001000 | 1100010 | 110101 | 0 | 10110 | 11010101 | 1011111 | 101000 |
Color Harmonies of #055EC8
Complementary color
Monochromatic Colors of #055EC8
Black with #055EC8
Text Example
Text Example
White with #055EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EC8; }
p { color: rgb(5,94,200); }
H1.HeaderClassName
{
color: #055EC8;
}
.AnyTagClassName
{
color: #055EC8;
}
</style>
background-color css
<style>
a { background-color: #055EC8; }
a { background-color: rgb(5,94,200); }
div.DivClassName
{
background-color: #055EC8;
}
.BgClassName
{
background-color: #055EC8;
}
</style>
border-color css
<style>
span { border-color: #055EC8; }
span { border-color: rgb(5,94,200); }
td.TdClassName
{
border-color: #055EC8;
}
.TagClassName
{
border-color: #055EC8;
}
</style>