Shades of Navy #07096E
Tints of Navy #07096E
RGB
CMYK
RGB Variations
Color information
#07096E (or 0x07096E) is known color: Navy. HEX triplet: 07, 09 and 6E. RGB value is (7,9,110). Sum of RGB (Red+Green+Blue) = 7+9+110=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #07096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07096E is #F8F691. Grayscale: #131313. Windows color (decimal): -16316050 or 7211271. OLE color: 7211271.
HSL color Cylindrical-coordinate representation of color #07096E: hue angle of 238.83º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07096E is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 9 | 110 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.57 |
| HSL | 238.83º | 0.88% | 0.23% | - |
| HSV(B) | 238.83º | 0.94% | 0.43% | - |
| XYZ | 3 | 1.37 | 14.86 | - |
| YUV | 19.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 110 | 0.94 | 0.92 | 0 | 0.57 | 238.83 | 0.88 | 0.23 |
| Hex | 7 | 9 | 6E | 5E | 5C | 0 | 39 | EF | 58 | 17 |
| Octal | 7 | 11 | 156 | 136 | 134 | 0 | 71 | 357 | 130 | 27 |
| Binary | 111 | 1001 | 1101110 | 1011110 | 1011100 | 0 | 111001 | 11101111 | 1011000 | 10111 |
Color Harmonies of #07096E
Complementary color
Monochromatic Colors of #07096E
Black with #07096E
Text Example
Text Example
White with #07096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07096E; }
p { color: rgb(7,9,110); }
H1.HeaderClassName
{
color: #07096E;
}
.AnyTagClassName
{
color: #07096E;
}
</style>
background-color css
<style>
a { background-color: #07096E; }
a { background-color: rgb(7,9,110); }
div.DivClassName
{
background-color: #07096E;
}
.BgClassName
{
background-color: #07096E;
}
</style>
border-color css
<style>
span { border-color: #07096E; }
span { border-color: rgb(7,9,110); }
td.TdClassName
{
border-color: #07096E;
}
.TagClassName
{
border-color: #07096E;
}
</style>