Shades of Navy Blue #0076EA
Tints of Navy Blue #0076EA
RGB
CMYK
RGB Variations
Color information
#0076EA (or 0x0076EA) is known color: Navy Blue. HEX triplet: 00, 76 and EA. RGB value is (0,118,234). Sum of RGB (Red+Green+Blue) = 0+118+234=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #0076EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0076EA is #FF8915. Grayscale: #5F5F5F. Windows color (decimal): -16746774 or 15365632. OLE color: 15365632.
HSL color Cylindrical-coordinate representation of color #0076EA: hue angle of 209.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0076EA is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 118 | 234 | - |
| CMYK | 1 | 0.50 | 0 | 0.08 |
| HSL | 209.74º | 1% | 0.46% | - |
| HSV(B) | 209.74º | 1% | 0.92% | - |
| XYZ | 21.33 | 18.9 | 80.37 | - |
| YUV | 95.94 | 205.91 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 234 | 1 | 0.50 | 0 | 0.08 | 209.74 | 1 | 0.46 |
| Hex | 0 | 76 | EA | 64 | 32 | 0 | 8 | D2 | 64 | 2E |
| Octal | 0 | 166 | 352 | 144 | 62 | 0 | 10 | 322 | 144 | 56 |
| Binary | 0 | 1110110 | 11101010 | 1100100 | 110010 | 0 | 1000 | 11010010 | 1100100 | 101110 |
Color Harmonies of #0076EA
Complementary color
Monochromatic Colors of #0076EA
Black with #0076EA
Text Example
Text Example
White with #0076EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0076EA; }
p { color: rgb(0,118,234); }
H1.HeaderClassName
{
color: #0076EA;
}
.AnyTagClassName
{
color: #0076EA;
}
</style>
background-color css
<style>
a { background-color: #0076EA; }
a { background-color: rgb(0,118,234); }
div.DivClassName
{
background-color: #0076EA;
}
.BgClassName
{
background-color: #0076EA;
}
</style>
border-color css
<style>
span { border-color: #0076EA; }
span { border-color: rgb(0,118,234); }
td.TdClassName
{
border-color: #0076EA;
}
.TagClassName
{
border-color: #0076EA;
}
</style>