Shades of Navy Blue #055ECC
Tints of Navy Blue #055ECC
RGB
CMYK
RGB Variations
Color information
#055ECC (or 0x055ECC) is known color: Navy Blue. HEX triplet: 05, 5E and CC. RGB value is (5,94,204). Sum of RGB (Red+Green+Blue) = 5+94+204=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #055ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ECC is #FAA133. Grayscale: #4F4F4F. Windows color (decimal): -16425268 or 13393413. OLE color: 13393413.
HSL color Cylindrical-coordinate representation of color #055ECC: hue angle of 213.17º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ECC is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 94 | 204 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.2 |
| HSL | 213.17º | 0.95% | 0.41% | - |
| HSV(B) | 213.17º | 0.98% | 0.8% | - |
| XYZ | 14.96 | 12.4 | 58.73 | - |
| YUV | 79.93 | 198.01 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 204 | 0.98 | 0.54 | 0 | 0.2 | 213.17 | 0.95 | 0.41 |
| Hex | 5 | 5E | CC | 62 | 36 | 0 | 14 | D5 | 5F | 29 |
| Octal | 5 | 136 | 314 | 142 | 66 | 0 | 24 | 325 | 137 | 51 |
| Binary | 101 | 1011110 | 11001100 | 1100010 | 110110 | 0 | 10100 | 11010101 | 1011111 | 101001 |
Color Harmonies of #055ECC
Complementary color
Monochromatic Colors of #055ECC
Black with #055ECC
Text Example
Text Example
White with #055ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055ECC; }
p { color: rgb(5,94,204); }
H1.HeaderClassName
{
color: #055ECC;
}
.AnyTagClassName
{
color: #055ECC;
}
</style>
background-color css
<style>
a { background-color: #055ECC; }
a { background-color: rgb(5,94,204); }
div.DivClassName
{
background-color: #055ECC;
}
.BgClassName
{
background-color: #055ECC;
}
</style>
border-color css
<style>
span { border-color: #055ECC; }
span { border-color: rgb(5,94,204); }
td.TdClassName
{
border-color: #055ECC;
}
.TagClassName
{
border-color: #055ECC;
}
</style>