Shades of Navy #07076F
Tints of Navy #07076F
RGB
CMYK
RGB Variations
Color information
#07076F (or 0x07076F) is known color: Navy. HEX triplet: 07, 07 and 6F. RGB value is (7,7,111). Sum of RGB (Red+Green+Blue) = 7+7+111=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 111 (43.75% from 255 or 88.8% from 125); Max value from RGB is 111 - color contains mainly: blue. Hex color #07076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07076F is #F8F890. Grayscale: #121212. Windows color (decimal): -16316561 or 7276295. OLE color: 7276295.
HSL color Cylindrical-coordinate representation of color #07076F: hue angle of 240º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07076F is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 7 | 111 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.56 |
| HSL | 240º | 0.88% | 0.23% | - |
| HSV(B) | 240º | 0.94% | 0.44% | - |
| XYZ | 3.03 | 1.34 | 15.14 | - |
| YUV | 18.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 111 | 0.94 | 0.94 | 0 | 0.56 | 240 | 0.88 | 0.23 |
| Hex | 7 | 7 | 6F | 5E | 5E | 0 | 38 | F0 | 58 | 17 |
| Octal | 7 | 7 | 157 | 136 | 136 | 0 | 70 | 360 | 130 | 27 |
| Binary | 111 | 111 | 1101111 | 1011110 | 1011110 | 0 | 111000 | 11110000 | 1011000 | 10111 |
Color Harmonies of #07076F
Complementary color
Monochromatic Colors of #07076F
Black with #07076F
Text Example
Text Example
White with #07076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07076F; }
p { color: rgb(7,7,111); }
H1.HeaderClassName
{
color: #07076F;
}
.AnyTagClassName
{
color: #07076F;
}
</style>
background-color css
<style>
a { background-color: #07076F; }
a { background-color: rgb(7,7,111); }
div.DivClassName
{
background-color: #07076F;
}
.BgClassName
{
background-color: #07076F;
}
</style>
border-color css
<style>
span { border-color: #07076F; }
span { border-color: rgb(7,7,111); }
td.TdClassName
{
border-color: #07076F;
}
.TagClassName
{
border-color: #07076F;
}
</style>