Shades of Navy Blue #0550EC
Tints of Navy Blue #0550EC
RGB
CMYK
RGB Variations
Color information
#0550EC (or 0x0550EC) is known color: Navy Blue. HEX triplet: 05, 50 and EC. RGB value is (5,80,236). Sum of RGB (Red+Green+Blue) = 5+80+236=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #0550EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0550EC is #FAAF13. Grayscale: #4A4A4A. Windows color (decimal): -16428820 or 15486981. OLE color: 15486981.
HSL color Cylindrical-coordinate representation of color #0550EC: hue angle of 220.52º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550EC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 80 | 236 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.07 |
| HSL | 220.52º | 0.96% | 0.47% | - |
| HSV(B) | 220.52º | 0.98% | 0.93% | - |
| XYZ | 18.07 | 11.83 | 80.69 | - |
| YUV | 75.36 | 218.65 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 236 | 0.98 | 0.66 | 0 | 0.07 | 220.52 | 0.96 | 0.47 |
| Hex | 5 | 50 | EC | 62 | 42 | 0 | 7 | DD | 60 | 2F |
| Octal | 5 | 120 | 354 | 142 | 102 | 0 | 7 | 335 | 140 | 57 |
| Binary | 101 | 1010000 | 11101100 | 1100010 | 1000010 | 0 | 111 | 11011101 | 1100000 | 101111 |
Color Harmonies of #0550EC
Complementary color
Monochromatic Colors of #0550EC
Black with #0550EC
Text Example
Text Example
White with #0550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550EC; }
p { color: rgb(5,80,236); }
H1.HeaderClassName
{
color: #0550EC;
}
.AnyTagClassName
{
color: #0550EC;
}
</style>
background-color css
<style>
a { background-color: #0550EC; }
a { background-color: rgb(5,80,236); }
div.DivClassName
{
background-color: #0550EC;
}
.BgClassName
{
background-color: #0550EC;
}
</style>
border-color css
<style>
span { border-color: #0550EC; }
span { border-color: rgb(5,80,236); }
td.TdClassName
{
border-color: #0550EC;
}
.TagClassName
{
border-color: #0550EC;
}
</style>