Shades of Navy Blue #076EEE
Tints of Navy Blue #076EEE
RGB
CMYK
RGB Variations
Color information
#076EEE (or 0x076EEE) is known color: Navy Blue. HEX triplet: 07, 6E and EE. RGB value is (7,110,238). Sum of RGB (Red+Green+Blue) = 7+110+238=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #076EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EEE is #F89111. Grayscale: #5D5D5D. Windows color (decimal): -16290066 or 15625735. OLE color: 15625735.
HSL color Cylindrical-coordinate representation of color #076EEE: hue angle of 213.25º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EEE is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 110 | 238 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.07 |
| HSL | 213.25º | 0.94% | 0.48% | - |
| HSV(B) | 213.25º | 0.97% | 0.93% | - |
| XYZ | 21.1 | 17.37 | 83.13 | - |
| YUV | 93.8 | 209.38 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 238 | 0.97 | 0.54 | 0 | 0.07 | 213.25 | 0.94 | 0.48 |
| Hex | 7 | 6E | EE | 61 | 36 | 0 | 7 | D5 | 5E | 30 |
| Octal | 7 | 156 | 356 | 141 | 66 | 0 | 7 | 325 | 136 | 60 |
| Binary | 111 | 1101110 | 11101110 | 1100001 | 110110 | 0 | 111 | 11010101 | 1011110 | 110000 |
Color Harmonies of #076EEE
Complementary color
Monochromatic Colors of #076EEE
Black with #076EEE
Text Example
Text Example
White with #076EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EEE; }
p { color: rgb(7,110,238); }
H1.HeaderClassName
{
color: #076EEE;
}
.AnyTagClassName
{
color: #076EEE;
}
</style>
background-color css
<style>
a { background-color: #076EEE; }
a { background-color: rgb(7,110,238); }
div.DivClassName
{
background-color: #076EEE;
}
.BgClassName
{
background-color: #076EEE;
}
</style>
border-color css
<style>
span { border-color: #076EEE; }
span { border-color: rgb(7,110,238); }
td.TdClassName
{
border-color: #076EEE;
}
.TagClassName
{
border-color: #076EEE;
}
</style>