Shades of Navy Blue #0076E5
Tints of Navy Blue #0076E5
RGB
CMYK
RGB Variations
Color information
#0076E5 (or 0x0076E5) is known color: Navy Blue. HEX triplet: 00, 76 and E5. RGB value is (0,118,229). Sum of RGB (Red+Green+Blue) = 0+118+229=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #0076E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076E5 is #FF891A. Grayscale: #5E5E5E. Windows color (decimal): -16746779 or 15037952. OLE color: 15037952.
HSL color Cylindrical-coordinate representation of color #0076E5: hue angle of 209.08º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076E5 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 118 | 229 | - |
| CMYK | 1 | 0.48 | 0 | 0.10 |
| HSL | 209.08º | 1% | 0.45% | - |
| HSV(B) | 209.08º | 1% | 0.9% | - |
| XYZ | 20.62 | 18.61 | 76.63 | - |
| YUV | 95.37 | 203.41 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 229 | 1 | 0.48 | 0 | 0.10 | 209.08 | 1 | 0.45 |
| Hex | 0 | 76 | E5 | 64 | 30 | 0 | A | D1 | 64 | 2D |
| Octal | 0 | 166 | 345 | 144 | 60 | 0 | 12 | 321 | 144 | 55 |
| Binary | 0 | 1110110 | 11100101 | 1100100 | 110000 | 0 | 1010 | 11010001 | 1100100 | 101101 |
Color Harmonies of #0076E5
Complementary color
Monochromatic Colors of #0076E5
Black with #0076E5
Text Example
Text Example
White with #0076E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076E5; }
p { color: rgb(0,118,229); }
H1.HeaderClassName
{
color: #0076E5;
}
.AnyTagClassName
{
color: #0076E5;
}
</style>
background-color css
<style>
a { background-color: #0076E5; }
a { background-color: rgb(0,118,229); }
div.DivClassName
{
background-color: #0076E5;
}
.BgClassName
{
background-color: #0076E5;
}
</style>
border-color css
<style>
span { border-color: #0076E5; }
span { border-color: rgb(0,118,229); }
td.TdClassName
{
border-color: #0076E5;
}
.TagClassName
{
border-color: #0076E5;
}
</style>