Shades of Navy Blue #076FEE
Tints of Navy Blue #076FEE
RGB
CMYK
RGB Variations
Color information
#076FEE (or 0x076FEE) is known color: Navy Blue. HEX triplet: 07, 6F and EE. RGB value is (7,111,238). Sum of RGB (Red+Green+Blue) = 7+111+238=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #076FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076FEE is #F89011. Grayscale: #5D5D5D. Windows color (decimal): -16289810 or 15625991. OLE color: 15625991.
HSL color Cylindrical-coordinate representation of color #076FEE: hue angle of 212.99º 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 #076FEE is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 111 | 238 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.07 |
| HSL | 212.99º | 0.94% | 0.48% | - |
| HSV(B) | 212.99º | 0.97% | 0.93% | - |
| XYZ | 21.2 | 17.59 | 83.17 | - |
| YUV | 94.38 | 209.04 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 238 | 0.97 | 0.53 | 0 | 0.07 | 212.99 | 0.94 | 0.48 |
| Hex | 7 | 6F | EE | 61 | 35 | 0 | 7 | D5 | 5E | 30 |
| Octal | 7 | 157 | 356 | 141 | 65 | 0 | 7 | 325 | 136 | 60 |
| Binary | 111 | 1101111 | 11101110 | 1100001 | 110101 | 0 | 111 | 11010101 | 1011110 | 110000 |
Color Harmonies of #076FEE
Complementary color
Monochromatic Colors of #076FEE
Black with #076FEE
Text Example
Text Example
White with #076FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FEE; }
p { color: rgb(7,111,238); }
H1.HeaderClassName
{
color: #076FEE;
}
.AnyTagClassName
{
color: #076FEE;
}
</style>
background-color css
<style>
a { background-color: #076FEE; }
a { background-color: rgb(7,111,238); }
div.DivClassName
{
background-color: #076FEE;
}
.BgClassName
{
background-color: #076FEE;
}
</style>
border-color css
<style>
span { border-color: #076FEE; }
span { border-color: rgb(7,111,238); }
td.TdClassName
{
border-color: #076FEE;
}
.TagClassName
{
border-color: #076FEE;
}
</style>