Shades of Navy #07096B
Tints of Navy #07096B
RGB
CMYK
RGB Variations
Color information
#07096B (or 0x07096B) is known color: Navy. HEX triplet: 07, 09 and 6B. RGB value is (7,9,107). Sum of RGB (Red+Green+Blue) = 7+9+107=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 107 (42.19% from 255 or 86.99% from 123); Max value from RGB is 107 - color contains mainly: blue. Hex color #07096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07096B is #F8F694. Grayscale: #131313. Windows color (decimal): -16316053 or 7014663. OLE color: 7014663.
HSL color Cylindrical-coordinate representation of color #07096B: hue angle of 238.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07096B is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 9 | 107 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.58 |
| HSL | 238.8º | 0.88% | 0.22% | - |
| HSV(B) | 238.8º | 0.93% | 0.42% | - |
| XYZ | 2.84 | 1.3 | 14.01 | - |
| YUV | 19.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 107 | 0.93 | 0.92 | 0 | 0.58 | 238.8 | 0.88 | 0.22 |
| Hex | 7 | 9 | 6B | 5D | 5C | 0 | 3A | EF | 58 | 16 |
| Octal | 7 | 11 | 153 | 135 | 134 | 0 | 72 | 357 | 130 | 26 |
| Binary | 111 | 1001 | 1101011 | 1011101 | 1011100 | 0 | 111010 | 11101111 | 1011000 | 10110 |
Color Harmonies of #07096B
Complementary color
Monochromatic Colors of #07096B
Black with #07096B
Text Example
Text Example
White with #07096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07096B; }
p { color: rgb(7,9,107); }
H1.HeaderClassName
{
color: #07096B;
}
.AnyTagClassName
{
color: #07096B;
}
</style>
background-color css
<style>
a { background-color: #07096B; }
a { background-color: rgb(7,9,107); }
div.DivClassName
{
background-color: #07096B;
}
.BgClassName
{
background-color: #07096B;
}
</style>
border-color css
<style>
span { border-color: #07096B; }
span { border-color: rgb(7,9,107); }
td.TdClassName
{
border-color: #07096B;
}
.TagClassName
{
border-color: #07096B;
}
</style>