Shades of Navy Blue #0050CE
Tints of Navy Blue #0050CE
RGB
CMYK
RGB Variations
Color information
#0050CE (or 0x0050CE) is known color: Navy Blue. HEX triplet: 00, 50 and CE. RGB value is (0,80,206). Sum of RGB (Red+Green+Blue) = 0+80+206=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #0050CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050CE is #FFAF31. Grayscale: #454545. Windows color (decimal): -16756530 or 13520896. OLE color: 13520896.
HSL color Cylindrical-coordinate representation of color #0050CE: hue angle of 216.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050CE is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 80 | 206 | - |
| CMYK | 1 | 0.61 | 0 | 0.19 |
| HSL | 216.7º | 1% | 0.4% | - |
| HSV(B) | 216.7º | 1% | 0.81% | - |
| XYZ | 14.01 | 10.19 | 59.62 | - |
| YUV | 70.44 | 204.5 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 206 | 1 | 0.61 | 0 | 0.19 | 216.7 | 1 | 0.4 |
| Hex | 0 | 50 | CE | 64 | 3D | 0 | 13 | D9 | 64 | 28 |
| Octal | 0 | 120 | 316 | 144 | 75 | 0 | 23 | 331 | 144 | 50 |
| Binary | 0 | 1010000 | 11001110 | 1100100 | 111101 | 0 | 10011 | 11011001 | 1100100 | 101000 |
Color Harmonies of #0050CE
Complementary color
Monochromatic Colors of #0050CE
Black with #0050CE
Text Example
Text Example
White with #0050CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050CE; }
p { color: rgb(0,80,206); }
H1.HeaderClassName
{
color: #0050CE;
}
.AnyTagClassName
{
color: #0050CE;
}
</style>
background-color css
<style>
a { background-color: #0050CE; }
a { background-color: rgb(0,80,206); }
div.DivClassName
{
background-color: #0050CE;
}
.BgClassName
{
background-color: #0050CE;
}
</style>
border-color css
<style>
span { border-color: #0050CE; }
span { border-color: rgb(0,80,206); }
td.TdClassName
{
border-color: #0050CE;
}
.TagClassName
{
border-color: #0050CE;
}
</style>