Shades of Navy Blue #0050CC
Tints of Navy Blue #0050CC
RGB
CMYK
RGB Variations
Color information
#0050CC (or 0x0050CC) is known color: Navy Blue. HEX triplet: 00, 50 and CC. RGB value is (0,80,204). Sum of RGB (Red+Green+Blue) = 0+80+204=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #0050CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050CC is #FFAF33. Grayscale: #454545. Windows color (decimal): -16756532 or 13389824. OLE color: 13389824.
HSL color Cylindrical-coordinate representation of color #0050CC: hue angle of 216.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050CC is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 80 | 204 | - |
| CMYK | 1 | 0.61 | 0 | 0.2 |
| HSL | 216.47º | 1% | 0.4% | - |
| HSV(B) | 216.47º | 1% | 0.8% | - |
| XYZ | 13.77 | 10.1 | 58.35 | - |
| YUV | 70.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 204 | 1 | 0.61 | 0 | 0.2 | 216.47 | 1 | 0.4 |
| Hex | 0 | 50 | CC | 64 | 3D | 0 | 14 | D8 | 64 | 28 |
| Octal | 0 | 120 | 314 | 144 | 75 | 0 | 24 | 330 | 144 | 50 |
| Binary | 0 | 1010000 | 11001100 | 1100100 | 111101 | 0 | 10100 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0050CC
Complementary color
Monochromatic Colors of #0050CC
Black with #0050CC
Text Example
Text Example
White with #0050CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050CC; }
p { color: rgb(0,80,204); }
H1.HeaderClassName
{
color: #0050CC;
}
.AnyTagClassName
{
color: #0050CC;
}
</style>
background-color css
<style>
a { background-color: #0050CC; }
a { background-color: rgb(0,80,204); }
div.DivClassName
{
background-color: #0050CC;
}
.BgClassName
{
background-color: #0050CC;
}
</style>
border-color css
<style>
span { border-color: #0050CC; }
span { border-color: rgb(0,80,204); }
td.TdClassName
{
border-color: #0050CC;
}
.TagClassName
{
border-color: #0050CC;
}
</style>