Shades of Navy Blue #0550EE
Tints of Navy Blue #0550EE
RGB
CMYK
RGB Variations
Color information
#0550EE (or 0x0550EE) is known color: Navy Blue. HEX triplet: 05, 50 and EE. RGB value is (5,80,238). Sum of RGB (Red+Green+Blue) = 5+80+238=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #0550EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0550EE is #FAAF11. Grayscale: #4A4A4A. Windows color (decimal): -16428818 or 15618053. OLE color: 15618053.
HSL color Cylindrical-coordinate representation of color #0550EE: hue angle of 220.69º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550EE is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 80 | 238 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.07 |
| HSL | 220.69º | 0.96% | 0.48% | - |
| HSV(B) | 220.69º | 0.98% | 0.93% | - |
| XYZ | 18.36 | 11.94 | 82.23 | - |
| YUV | 75.59 | 219.65 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 238 | 0.98 | 0.66 | 0 | 0.07 | 220.69 | 0.96 | 0.48 |
| Hex | 5 | 50 | EE | 62 | 42 | 0 | 7 | DD | 60 | 30 |
| Octal | 5 | 120 | 356 | 142 | 102 | 0 | 7 | 335 | 140 | 60 |
| Binary | 101 | 1010000 | 11101110 | 1100010 | 1000010 | 0 | 111 | 11011101 | 1100000 | 110000 |
Color Harmonies of #0550EE
Complementary color
Monochromatic Colors of #0550EE
Black with #0550EE
Text Example
Text Example
White with #0550EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550EE; }
p { color: rgb(5,80,238); }
H1.HeaderClassName
{
color: #0550EE;
}
.AnyTagClassName
{
color: #0550EE;
}
</style>
background-color css
<style>
a { background-color: #0550EE; }
a { background-color: rgb(5,80,238); }
div.DivClassName
{
background-color: #0550EE;
}
.BgClassName
{
background-color: #0550EE;
}
</style>
border-color css
<style>
span { border-color: #0550EE; }
span { border-color: rgb(5,80,238); }
td.TdClassName
{
border-color: #0550EE;
}
.TagClassName
{
border-color: #0550EE;
}
</style>