Shades of Navy Blue #055EE0
Tints of Navy Blue #055EE0
RGB
CMYK
RGB Variations
Color information
#055EE0 (or 0x055EE0) is known color: Navy Blue. HEX triplet: 05, 5E and E0. RGB value is (5,94,224). Sum of RGB (Red+Green+Blue) = 5+94+224=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 224 (87.89% from 255 or 69.35% from 323); Max value from RGB is 224 - color contains mainly: blue. Hex color #055EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055EE0 is #FAA11F. Grayscale: #515151. Windows color (decimal): -16425248 or 14704133. OLE color: 14704133.
HSL color Cylindrical-coordinate representation of color #055EE0: hue angle of 215.62º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EE0 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 94 | 224 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.12 |
| HSL | 215.62º | 0.96% | 0.45% | - |
| HSV(B) | 215.62º | 0.98% | 0.88% | - |
| XYZ | 17.52 | 13.42 | 72.19 | - |
| YUV | 82.21 | 208.01 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 224 | 0.98 | 0.58 | 0 | 0.12 | 215.62 | 0.96 | 0.45 |
| Hex | 5 | 5E | E0 | 62 | 3A | 0 | C | D8 | 60 | 2D |
| Octal | 5 | 136 | 340 | 142 | 72 | 0 | 14 | 330 | 140 | 55 |
| Binary | 101 | 1011110 | 11100000 | 1100010 | 111010 | 0 | 1100 | 11011000 | 1100000 | 101101 |
Color Harmonies of #055EE0
Complementary color
Monochromatic Colors of #055EE0
Black with #055EE0
Text Example
Text Example
White with #055EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055EE0; }
p { color: rgb(5,94,224); }
H1.HeaderClassName
{
color: #055EE0;
}
.AnyTagClassName
{
color: #055EE0;
}
</style>
background-color css
<style>
a { background-color: #055EE0; }
a { background-color: rgb(5,94,224); }
div.DivClassName
{
background-color: #055EE0;
}
.BgClassName
{
background-color: #055EE0;
}
</style>
border-color css
<style>
span { border-color: #055EE0; }
span { border-color: rgb(5,94,224); }
td.TdClassName
{
border-color: #055EE0;
}
.TagClassName
{
border-color: #055EE0;
}
</style>