Shades of Navy Blue #0076EC
Tints of Navy Blue #0076EC
RGB
CMYK
RGB Variations
Color information
#0076EC (or 0x0076EC) is known color: Navy Blue. HEX triplet: 00, 76 and EC. RGB value is (0,118,236). Sum of RGB (Red+Green+Blue) = 0+118+236=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #0076EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076EC is #FF8913. Grayscale: #5F5F5F. Windows color (decimal): -16746772 or 15496704. OLE color: 15496704.
HSL color Cylindrical-coordinate representation of color #0076EC: hue angle of 210º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076EC is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 118 | 236 | - |
| CMYK | 1 | 0.5 | 0 | 0.07 |
| HSL | 210º | 1% | 0.46% | - |
| HSV(B) | 210º | 1% | 0.93% | - |
| XYZ | 21.62 | 19.01 | 81.89 | - |
| YUV | 96.17 | 206.91 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 236 | 1 | 0.5 | 0 | 0.07 | 210 | 1 | 0.46 |
| Hex | 0 | 76 | EC | 64 | 32 | 0 | 7 | D2 | 64 | 2E |
| Octal | 0 | 166 | 354 | 144 | 62 | 0 | 7 | 322 | 144 | 56 |
| Binary | 0 | 1110110 | 11101100 | 1100100 | 110010 | 0 | 111 | 11010010 | 1100100 | 101110 |
Color Harmonies of #0076EC
Complementary color
Monochromatic Colors of #0076EC
Black with #0076EC
Text Example
Text Example
White with #0076EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076EC; }
p { color: rgb(0,118,236); }
H1.HeaderClassName
{
color: #0076EC;
}
.AnyTagClassName
{
color: #0076EC;
}
</style>
background-color css
<style>
a { background-color: #0076EC; }
a { background-color: rgb(0,118,236); }
div.DivClassName
{
background-color: #0076EC;
}
.BgClassName
{
background-color: #0076EC;
}
</style>
border-color css
<style>
span { border-color: #0076EC; }
span { border-color: rgb(0,118,236); }
td.TdClassName
{
border-color: #0076EC;
}
.TagClassName
{
border-color: #0076EC;
}
</style>