Shades of Navy Blue #0050CA
Tints of Navy Blue #0050CA
RGB
CMYK
RGB Variations
Color information
#0050CA (or 0x0050CA) is known color: Navy Blue. HEX triplet: 00, 50 and CA. RGB value is (0,80,202). Sum of RGB (Red+Green+Blue) = 0+80+202=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #0050CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050CA is #FFAF35. Grayscale: #454545. Windows color (decimal): -16756534 or 13258752. OLE color: 13258752.
HSL color Cylindrical-coordinate representation of color #0050CA: hue angle of 216.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050CA is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 80 | 202 | - |
| CMYK | 1 | 0.60 | 0 | 0.21 |
| HSL | 216.24º | 1% | 0.4% | - |
| HSV(B) | 216.24º | 1% | 0.79% | - |
| XYZ | 13.53 | 10 | 57.09 | - |
| YUV | 69.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 202 | 1 | 0.60 | 0 | 0.21 | 216.24 | 1 | 0.4 |
| Hex | 0 | 50 | CA | 64 | 3C | 0 | 15 | D8 | 64 | 28 |
| Octal | 0 | 120 | 312 | 144 | 74 | 0 | 25 | 330 | 144 | 50 |
| Binary | 0 | 1010000 | 11001010 | 1100100 | 111100 | 0 | 10101 | 11011000 | 1100100 | 101000 |
Color Harmonies of #0050CA
Complementary color
Monochromatic Colors of #0050CA
Black with #0050CA
Text Example
Text Example
White with #0050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050CA; }
p { color: rgb(0,80,202); }
H1.HeaderClassName
{
color: #0050CA;
}
.AnyTagClassName
{
color: #0050CA;
}
</style>
background-color css
<style>
a { background-color: #0050CA; }
a { background-color: rgb(0,80,202); }
div.DivClassName
{
background-color: #0050CA;
}
.BgClassName
{
background-color: #0050CA;
}
</style>
border-color css
<style>
span { border-color: #0050CA; }
span { border-color: rgb(0,80,202); }
td.TdClassName
{
border-color: #0050CA;
}
.TagClassName
{
border-color: #0050CA;
}
</style>