Shades of Navy Blue #076EEF
Tints of Navy Blue #076EEF
RGB
CMYK
RGB Variations
Color information
#076EEF (or 0x076EEF) is known color: Navy Blue. HEX triplet: 07, 6E and EF. RGB value is (7,110,239). Sum of RGB (Red+Green+Blue) = 7+110+239=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #076EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076EEF is #F89110. Grayscale: #5D5D5D. Windows color (decimal): -16290065 or 15691271. OLE color: 15691271.
HSL color Cylindrical-coordinate representation of color #076EEF: hue angle of 213.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076EEF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 110 | 239 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.06 |
| HSL | 213.36º | 0.94% | 0.48% | - |
| HSV(B) | 213.36º | 0.97% | 0.94% | - |
| XYZ | 21.24 | 17.43 | 83.91 | - |
| YUV | 93.91 | 209.88 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 239 | 0.97 | 0.54 | 0 | 0.06 | 213.36 | 0.94 | 0.48 |
| Hex | 7 | 6E | EF | 61 | 36 | 0 | 6 | D5 | 5E | 30 |
| Octal | 7 | 156 | 357 | 141 | 66 | 0 | 6 | 325 | 136 | 60 |
| Binary | 111 | 1101110 | 11101111 | 1100001 | 110110 | 0 | 110 | 11010101 | 1011110 | 110000 |
Color Harmonies of #076EEF
Complementary color
Monochromatic Colors of #076EEF
Black with #076EEF
Text Example
Text Example
White with #076EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EEF; }
p { color: rgb(7,110,239); }
H1.HeaderClassName
{
color: #076EEF;
}
.AnyTagClassName
{
color: #076EEF;
}
</style>
background-color css
<style>
a { background-color: #076EEF; }
a { background-color: rgb(7,110,239); }
div.DivClassName
{
background-color: #076EEF;
}
.BgClassName
{
background-color: #076EEF;
}
</style>
border-color css
<style>
span { border-color: #076EEF; }
span { border-color: rgb(7,110,239); }
td.TdClassName
{
border-color: #076EEF;
}
.TagClassName
{
border-color: #076EEF;
}
</style>