Shades of Navy Blue #0555E5
Tints of Navy Blue #0555E5
RGB
CMYK
RGB Variations
Color information
#0555E5 (or 0x0555E5) is known color: Navy Blue. HEX triplet: 05, 55 and E5. RGB value is (5,85,229). Sum of RGB (Red+Green+Blue) = 5+85+229=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 229 (89.84% from 255 or 71.79% from 319); Max value from RGB is 229 - color contains mainly: blue. Hex color #0555E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0555E5 is #FAAA1A. Grayscale: #4C4C4C. Windows color (decimal): -16427547 or 15029509. OLE color: 15029509.
HSL color Cylindrical-coordinate representation of color #0555E5: hue angle of 218.57º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0555E5 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 85 | 229 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.10 |
| HSL | 218.57º | 0.96% | 0.46% | - |
| HSV(B) | 218.57º | 0.98% | 0.9% | - |
| XYZ | 17.45 | 12.19 | 75.56 | - |
| YUV | 77.5 | 213.5 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 229 | 0.98 | 0.63 | 0 | 0.10 | 218.57 | 0.96 | 0.46 |
| Hex | 5 | 55 | E5 | 62 | 3F | 0 | A | DB | 60 | 2E |
| Octal | 5 | 125 | 345 | 142 | 77 | 0 | 12 | 333 | 140 | 56 |
| Binary | 101 | 1010101 | 11100101 | 1100010 | 111111 | 0 | 1010 | 11011011 | 1100000 | 101110 |
Color Harmonies of #0555E5
Complementary color
Monochromatic Colors of #0555E5
Black with #0555E5
Text Example
Text Example
White with #0555E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0555E5; }
p { color: rgb(5,85,229); }
H1.HeaderClassName
{
color: #0555E5;
}
.AnyTagClassName
{
color: #0555E5;
}
</style>
background-color css
<style>
a { background-color: #0555E5; }
a { background-color: rgb(5,85,229); }
div.DivClassName
{
background-color: #0555E5;
}
.BgClassName
{
background-color: #0555E5;
}
</style>
border-color css
<style>
span { border-color: #0555E5; }
span { border-color: rgb(5,85,229); }
td.TdClassName
{
border-color: #0555E5;
}
.TagClassName
{
border-color: #0555E5;
}
</style>