Shades of Navy Blue #055ECF
Tints of Navy Blue #055ECF
RGB
CMYK
RGB Variations
Color information
#055ECF (or 0x055ECF) is known color: Navy Blue. HEX triplet: 05, 5E and CF. RGB value is (5,94,207). Sum of RGB (Red+Green+Blue) = 5+94+207=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #055ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ECF is #FAA130. Grayscale: #4F4F4F. Windows color (decimal): -16425265 or 13590021. OLE color: 13590021.
HSL color Cylindrical-coordinate representation of color #055ECF: hue angle of 213.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ECF is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 94 | 207 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.19 |
| HSL | 213.56º | 0.95% | 0.42% | - |
| HSV(B) | 213.56º | 0.98% | 0.81% | - |
| XYZ | 15.33 | 12.54 | 60.64 | - |
| YUV | 80.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 207 | 0.98 | 0.55 | 0 | 0.19 | 213.56 | 0.95 | 0.42 |
| Hex | 5 | 5E | CF | 62 | 37 | 0 | 13 | D6 | 5F | 2A |
| Octal | 5 | 136 | 317 | 142 | 67 | 0 | 23 | 326 | 137 | 52 |
| Binary | 101 | 1011110 | 11001111 | 1100010 | 110111 | 0 | 10011 | 11010110 | 1011111 | 101010 |
Color Harmonies of #055ECF
Complementary color
Monochromatic Colors of #055ECF
Black with #055ECF
Text Example
Text Example
White with #055ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055ECF; }
p { color: rgb(5,94,207); }
H1.HeaderClassName
{
color: #055ECF;
}
.AnyTagClassName
{
color: #055ECF;
}
</style>
background-color css
<style>
a { background-color: #055ECF; }
a { background-color: rgb(5,94,207); }
div.DivClassName
{
background-color: #055ECF;
}
.BgClassName
{
background-color: #055ECF;
}
</style>
border-color css
<style>
span { border-color: #055ECF; }
span { border-color: rgb(5,94,207); }
td.TdClassName
{
border-color: #055ECF;
}
.TagClassName
{
border-color: #055ECF;
}
</style>