Shades of Navy Blue #055EC6
Tints of Navy Blue #055EC6
RGB
CMYK
RGB Variations
Color information
#055EC6 (or 0x055EC6) is known color: Navy Blue. HEX triplet: 05, 5E and C6. RGB value is (5,94,198). Sum of RGB (Red+Green+Blue) = 5+94+198=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 198 (77.73% from 255 or 66.67% from 297); Max value from RGB is 198 - color contains mainly: blue. Hex color #055EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EC6 is #FAA139. Grayscale: #4E4E4E. Windows color (decimal): -16425274 or 13000197. OLE color: 13000197.
HSL color Cylindrical-coordinate representation of color #055EC6: hue angle of 212.33º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055EC6 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 94 | 198 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.22 |
| HSL | 212.33º | 0.95% | 0.4% | - |
| HSV(B) | 212.33º | 0.97% | 0.78% | - |
| XYZ | 14.26 | 12.11 | 55.01 | - |
| YUV | 79.25 | 195.01 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 198 | 0.97 | 0.53 | 0 | 0.22 | 212.33 | 0.95 | 0.4 |
| Hex | 5 | 5E | C6 | 61 | 35 | 0 | 16 | D4 | 5F | 28 |
| Octal | 5 | 136 | 306 | 141 | 65 | 0 | 26 | 324 | 137 | 50 |
| Binary | 101 | 1011110 | 11000110 | 1100001 | 110101 | 0 | 10110 | 11010100 | 1011111 | 101000 |
Color Harmonies of #055EC6
Complementary color
Monochromatic Colors of #055EC6
Black with #055EC6
Text Example
Text Example
White with #055EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EC6; }
p { color: rgb(5,94,198); }
H1.HeaderClassName
{
color: #055EC6;
}
.AnyTagClassName
{
color: #055EC6;
}
</style>
background-color css
<style>
a { background-color: #055EC6; }
a { background-color: rgb(5,94,198); }
div.DivClassName
{
background-color: #055EC6;
}
.BgClassName
{
background-color: #055EC6;
}
</style>
border-color css
<style>
span { border-color: #055EC6; }
span { border-color: rgb(5,94,198); }
td.TdClassName
{
border-color: #055EC6;
}
.TagClassName
{
border-color: #055EC6;
}
</style>