Shades of Navy Blue #0550CD
Tints of Navy Blue #0550CD
RGB
CMYK
RGB Variations
Color information
#0550CD (or 0x0550CD) is known color: Navy Blue. HEX triplet: 05, 50 and CD. RGB value is (5,80,205). Sum of RGB (Red+Green+Blue) = 5+80+205=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #0550CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550CD is #FAAF32. Grayscale: #474747. Windows color (decimal): -16428851 or 13455365. OLE color: 13455365.
HSL color Cylindrical-coordinate representation of color #0550CD: hue angle of 217.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0550CD is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 80 | 205 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.20 |
| HSL | 217.5º | 0.95% | 0.41% | - |
| HSV(B) | 217.5º | 0.98% | 0.8% | - |
| XYZ | 13.95 | 10.18 | 58.99 | - |
| YUV | 71.83 | 203.15 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 205 | 0.98 | 0.61 | 0 | 0.20 | 217.5 | 0.95 | 0.41 |
| Hex | 5 | 50 | CD | 62 | 3D | 0 | 14 | DA | 5F | 29 |
| Octal | 5 | 120 | 315 | 142 | 75 | 0 | 24 | 332 | 137 | 51 |
| Binary | 101 | 1010000 | 11001101 | 1100010 | 111101 | 0 | 10100 | 11011010 | 1011111 | 101001 |
Color Harmonies of #0550CD
Complementary color
Monochromatic Colors of #0550CD
Black with #0550CD
Text Example
Text Example
White with #0550CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550CD; }
p { color: rgb(5,80,205); }
H1.HeaderClassName
{
color: #0550CD;
}
.AnyTagClassName
{
color: #0550CD;
}
</style>
background-color css
<style>
a { background-color: #0550CD; }
a { background-color: rgb(5,80,205); }
div.DivClassName
{
background-color: #0550CD;
}
.BgClassName
{
background-color: #0550CD;
}
</style>
border-color css
<style>
span { border-color: #0550CD; }
span { border-color: rgb(5,80,205); }
td.TdClassName
{
border-color: #0550CD;
}
.TagClassName
{
border-color: #0550CD;
}
</style>