Shades of Navy Blue #0550ED
Tints of Navy Blue #0550ED
RGB
CMYK
RGB Variations
Color information
#0550ED (or 0x0550ED) is known color: Navy Blue. HEX triplet: 05, 50 and ED. RGB value is (5,80,237). Sum of RGB (Red+Green+Blue) = 5+80+237=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #0550ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0550ED is #FAAF12. Grayscale: #4A4A4A. Windows color (decimal): -16428819 or 15552517. OLE color: 15552517.
HSL color Cylindrical-coordinate representation of color #0550ED: hue angle of 220.6º 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 #0550ED is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 80 | 237 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.07 |
| HSL | 220.6º | 0.96% | 0.47% | - |
| HSV(B) | 220.6º | 0.98% | 0.93% | - |
| XYZ | 18.22 | 11.88 | 81.45 | - |
| YUV | 75.47 | 219.15 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 237 | 0.98 | 0.66 | 0 | 0.07 | 220.6 | 0.96 | 0.47 |
| Hex | 5 | 50 | ED | 62 | 42 | 0 | 7 | DD | 60 | 2F |
| Octal | 5 | 120 | 355 | 142 | 102 | 0 | 7 | 335 | 140 | 57 |
| Binary | 101 | 1010000 | 11101101 | 1100010 | 1000010 | 0 | 111 | 11011101 | 1100000 | 101111 |
Color Harmonies of #0550ED
Complementary color
Monochromatic Colors of #0550ED
Black with #0550ED
Text Example
Text Example
White with #0550ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550ED; }
p { color: rgb(5,80,237); }
H1.HeaderClassName
{
color: #0550ED;
}
.AnyTagClassName
{
color: #0550ED;
}
</style>
background-color css
<style>
a { background-color: #0550ED; }
a { background-color: rgb(5,80,237); }
div.DivClassName
{
background-color: #0550ED;
}
.BgClassName
{
background-color: #0550ED;
}
</style>
border-color css
<style>
span { border-color: #0550ED; }
span { border-color: rgb(5,80,237); }
td.TdClassName
{
border-color: #0550ED;
}
.TagClassName
{
border-color: #0550ED;
}
</style>