Shades of Navy Blue #055CE1
Tints of Navy Blue #055CE1
RGB
CMYK
RGB Variations
Color information
#055CE1 (or 0x055CE1) is known color: Navy Blue. HEX triplet: 05, 5C and E1. RGB value is (5,92,225). Sum of RGB (Red+Green+Blue) = 5+92+225=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 225 (88.28% from 255 or 69.88% from 322); Max value from RGB is 225 - color contains mainly: blue. Hex color #055CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CE1 is #FAA31E. Grayscale: #505050. Windows color (decimal): -16425759 or 14769157. OLE color: 14769157.
HSL color Cylindrical-coordinate representation of color #055CE1: hue angle of 216.27º 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 #055CE1 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 92 | 225 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.12 |
| HSL | 216.27º | 0.96% | 0.45% | - |
| HSV(B) | 216.27º | 0.98% | 0.88% | - |
| XYZ | 17.48 | 13.12 | 72.85 | - |
| YUV | 81.15 | 209.18 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 225 | 0.98 | 0.59 | 0 | 0.12 | 216.27 | 0.96 | 0.45 |
| Hex | 5 | 5C | E1 | 62 | 3B | 0 | C | D8 | 60 | 2D |
| Octal | 5 | 134 | 341 | 142 | 73 | 0 | 14 | 330 | 140 | 55 |
| Binary | 101 | 1011100 | 11100001 | 1100010 | 111011 | 0 | 1100 | 11011000 | 1100000 | 101101 |
Color Harmonies of #055CE1
Complementary color
Monochromatic Colors of #055CE1
Black with #055CE1
Text Example
Text Example
White with #055CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055CE1; }
p { color: rgb(5,92,225); }
H1.HeaderClassName
{
color: #055CE1;
}
.AnyTagClassName
{
color: #055CE1;
}
</style>
background-color css
<style>
a { background-color: #055CE1; }
a { background-color: rgb(5,92,225); }
div.DivClassName
{
background-color: #055CE1;
}
.BgClassName
{
background-color: #055CE1;
}
</style>
border-color css
<style>
span { border-color: #055CE1; }
span { border-color: rgb(5,92,225); }
td.TdClassName
{
border-color: #055CE1;
}
.TagClassName
{
border-color: #055CE1;
}
</style>