Shades of Navy Blue #0550DC
Tints of Navy Blue #0550DC
RGB
CMYK
RGB Variations
Color information
#0550DC (or 0x0550DC) is known color: Navy Blue. HEX triplet: 05, 50 and DC. RGB value is (5,80,220). Sum of RGB (Red+Green+Blue) = 5+80+220=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #0550DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550DC is #FAAF23. Grayscale: #484848. Windows color (decimal): -16428836 or 14438405. OLE color: 14438405.
HSL color Cylindrical-coordinate representation of color #0550DC: hue angle of 219.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550DC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 80 | 220 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.14 |
| HSL | 219.07º | 0.96% | 0.44% | - |
| HSV(B) | 219.07º | 0.98% | 0.86% | - |
| XYZ | 15.85 | 10.94 | 68.99 | - |
| YUV | 73.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 220 | 0.98 | 0.64 | 0 | 0.14 | 219.07 | 0.96 | 0.44 |
| Hex | 5 | 50 | DC | 62 | 40 | 0 | E | DB | 60 | 2C |
| Octal | 5 | 120 | 334 | 142 | 100 | 0 | 16 | 333 | 140 | 54 |
| Binary | 101 | 1010000 | 11011100 | 1100010 | 1000000 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #0550DC
Complementary color
Monochromatic Colors of #0550DC
Black with #0550DC
Text Example
Text Example
White with #0550DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550DC; }
p { color: rgb(5,80,220); }
H1.HeaderClassName
{
color: #0550DC;
}
.AnyTagClassName
{
color: #0550DC;
}
</style>
background-color css
<style>
a { background-color: #0550DC; }
a { background-color: rgb(5,80,220); }
div.DivClassName
{
background-color: #0550DC;
}
.BgClassName
{
background-color: #0550DC;
}
</style>
border-color css
<style>
span { border-color: #0550DC; }
span { border-color: rgb(5,80,220); }
td.TdClassName
{
border-color: #0550DC;
}
.TagClassName
{
border-color: #0550DC;
}
</style>