Shades of Navy Blue #055EC2
Tints of Navy Blue #055EC2
RGB
CMYK
RGB Variations
Color information
#055EC2 (or 0x055EC2) is known color: Navy Blue. HEX triplet: 05, 5E and C2. RGB value is (5,94,194). Sum of RGB (Red+Green+Blue) = 5+94+194=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #055EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EC2 is #FAA13D. Grayscale: #4E4E4E. Windows color (decimal): -16425278 or 12738053. OLE color: 12738053.
HSL color Cylindrical-coordinate representation of color #055EC2: hue angle of 211.75º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055EC2 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 94 | 194 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.24 |
| HSL | 211.75º | 0.95% | 0.39% | - |
| HSV(B) | 211.75º | 0.97% | 0.76% | - |
| XYZ | 13.8 | 11.93 | 52.61 | - |
| YUV | 78.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 194 | 0.97 | 0.52 | 0 | 0.24 | 211.75 | 0.95 | 0.39 |
| Hex | 5 | 5E | C2 | 61 | 34 | 0 | 18 | D4 | 5F | 27 |
| Octal | 5 | 136 | 302 | 141 | 64 | 0 | 30 | 324 | 137 | 47 |
| Binary | 101 | 1011110 | 11000010 | 1100001 | 110100 | 0 | 11000 | 11010100 | 1011111 | 100111 |
Color Harmonies of #055EC2
Complementary color
Monochromatic Colors of #055EC2
Black with #055EC2
Text Example
Text Example
White with #055EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EC2; }
p { color: rgb(5,94,194); }
H1.HeaderClassName
{
color: #055EC2;
}
.AnyTagClassName
{
color: #055EC2;
}
</style>
background-color css
<style>
a { background-color: #055EC2; }
a { background-color: rgb(5,94,194); }
div.DivClassName
{
background-color: #055EC2;
}
.BgClassName
{
background-color: #055EC2;
}
</style>
border-color css
<style>
span { border-color: #055EC2; }
span { border-color: rgb(5,94,194); }
td.TdClassName
{
border-color: #055EC2;
}
.TagClassName
{
border-color: #055EC2;
}
</style>