Shades of Navy Blue #0050DC
Tints of Navy Blue #0050DC
RGB
CMYK
RGB Variations
Color information
#0050DC (or 0x0050DC) is known color: Navy Blue. HEX triplet: 00, 50 and DC. RGB value is (0,80,220). Sum of RGB (Red+Green+Blue) = 0+80+220=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #0050DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050DC is #FFAF23. Grayscale: #474747. Windows color (decimal): -16756516 or 14438400. OLE color: 14438400.
HSL color Cylindrical-coordinate representation of color #0050DC: hue angle of 218.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050DC is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 80 | 220 | - |
| CMYK | 1 | 0.64 | 0 | 0.14 |
| HSL | 218.18º | 1% | 0.43% | - |
| HSV(B) | 218.18º | 1% | 0.86% | - |
| XYZ | 15.79 | 10.9 | 68.98 | - |
| YUV | 72.04 | 211.5 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 220 | 1 | 0.64 | 0 | 0.14 | 218.18 | 1 | 0.43 |
| Hex | 0 | 50 | DC | 64 | 40 | 0 | E | DA | 64 | 2B |
| Octal | 0 | 120 | 334 | 144 | 100 | 0 | 16 | 332 | 144 | 53 |
| Binary | 0 | 1010000 | 11011100 | 1100100 | 1000000 | 0 | 1110 | 11011010 | 1100100 | 101011 |
Color Harmonies of #0050DC
Complementary color
Monochromatic Colors of #0050DC
Black with #0050DC
Text Example
Text Example
White with #0050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050DC; }
p { color: rgb(0,80,220); }
H1.HeaderClassName
{
color: #0050DC;
}
.AnyTagClassName
{
color: #0050DC;
}
</style>
background-color css
<style>
a { background-color: #0050DC; }
a { background-color: rgb(0,80,220); }
div.DivClassName
{
background-color: #0050DC;
}
.BgClassName
{
background-color: #0050DC;
}
</style>
border-color css
<style>
span { border-color: #0050DC; }
span { border-color: rgb(0,80,220); }
td.TdClassName
{
border-color: #0050DC;
}
.TagClassName
{
border-color: #0050DC;
}
</style>