Shades of Navy Blue #055ECB
Tints of Navy Blue #055ECB
RGB
CMYK
RGB Variations
Color information
#055ECB (or 0x055ECB) is known color: Navy Blue. HEX triplet: 05, 5E and CB. RGB value is (5,94,203). Sum of RGB (Red+Green+Blue) = 5+94+203=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #055ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ECB is #FAA134. Grayscale: #4F4F4F. Windows color (decimal): -16425269 or 13327877. OLE color: 13327877.
HSL color Cylindrical-coordinate representation of color #055ECB: hue angle of 213.03º 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 #055ECB is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 94 | 203 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.20 |
| HSL | 213.03º | 0.95% | 0.41% | - |
| HSV(B) | 213.03º | 0.98% | 0.8% | - |
| XYZ | 14.84 | 12.35 | 58.1 | - |
| YUV | 79.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 203 | 0.98 | 0.54 | 0 | 0.20 | 213.03 | 0.95 | 0.41 |
| Hex | 5 | 5E | CB | 62 | 36 | 0 | 14 | D5 | 5F | 29 |
| Octal | 5 | 136 | 313 | 142 | 66 | 0 | 24 | 325 | 137 | 51 |
| Binary | 101 | 1011110 | 11001011 | 1100010 | 110110 | 0 | 10100 | 11010101 | 1011111 | 101001 |
Color Harmonies of #055ECB
Complementary color
Monochromatic Colors of #055ECB
Black with #055ECB
Text Example
Text Example
White with #055ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055ECB; }
p { color: rgb(5,94,203); }
H1.HeaderClassName
{
color: #055ECB;
}
.AnyTagClassName
{
color: #055ECB;
}
</style>
background-color css
<style>
a { background-color: #055ECB; }
a { background-color: rgb(5,94,203); }
div.DivClassName
{
background-color: #055ECB;
}
.BgClassName
{
background-color: #055ECB;
}
</style>
border-color css
<style>
span { border-color: #055ECB; }
span { border-color: rgb(5,94,203); }
td.TdClassName
{
border-color: #055ECB;
}
.TagClassName
{
border-color: #055ECB;
}
</style>