Shades of Navy Blue #0055E5
Tints of Navy Blue #0055E5
RGB
CMYK
RGB Variations
Color information
#0055E5 (or 0x0055E5) is known color: Navy Blue. HEX triplet: 00, 55 and E5. RGB value is (0,85,229). Sum of RGB (Red+Green+Blue) = 0+85+229=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #0055E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055E5 is #FFAA1A. Grayscale: #4B4B4B. Windows color (decimal): -16755227 or 15029504. OLE color: 15029504.
HSL color Cylindrical-coordinate representation of color #0055E5: hue angle of 217.73º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0055E5 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 85 | 229 | - |
| CMYK | 1 | 0.63 | 0 | 0.10 |
| HSL | 217.73º | 1% | 0.45% | - |
| HSV(B) | 217.73º | 1% | 0.9% | - |
| XYZ | 17.39 | 12.15 | 75.56 | - |
| YUV | 76 | 214.34 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 229 | 1 | 0.63 | 0 | 0.10 | 217.73 | 1 | 0.45 |
| Hex | 0 | 55 | E5 | 64 | 3F | 0 | A | DA | 64 | 2D |
| Octal | 0 | 125 | 345 | 144 | 77 | 0 | 12 | 332 | 144 | 55 |
| Binary | 0 | 1010101 | 11100101 | 1100100 | 111111 | 0 | 1010 | 11011010 | 1100100 | 101101 |
Color Harmonies of #0055E5
Complementary color
Monochromatic Colors of #0055E5
Black with #0055E5
Text Example
Text Example
White with #0055E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0055E5; }
p { color: rgb(0,85,229); }
H1.HeaderClassName
{
color: #0055E5;
}
.AnyTagClassName
{
color: #0055E5;
}
</style>
background-color css
<style>
a { background-color: #0055E5; }
a { background-color: rgb(0,85,229); }
div.DivClassName
{
background-color: #0055E5;
}
.BgClassName
{
background-color: #0055E5;
}
</style>
border-color css
<style>
span { border-color: #0055E5; }
span { border-color: rgb(0,85,229); }
td.TdClassName
{
border-color: #0055E5;
}
.TagClassName
{
border-color: #0055E5;
}
</style>