Shades of Navy #07076D
Tints of Navy #07076D
RGB
CMYK
RGB Variations
Color information
#07076D (or 0x07076D) is known color: Navy. HEX triplet: 07, 07 and 6D. RGB value is (7,7,109). Sum of RGB (Red+Green+Blue) = 7+7+109=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 109 (42.97% from 255 or 88.62% from 123); Max value from RGB is 109 - color contains mainly: blue. Hex color #07076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07076D is #F8F892. Grayscale: #121212. Windows color (decimal): -16316563 or 7145223. OLE color: 7145223.
HSL color Cylindrical-coordinate representation of color #07076D: hue angle of 240º 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 #07076D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 7 | 109 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.57 |
| HSL | 240º | 0.88% | 0.23% | - |
| HSV(B) | 240º | 0.94% | 0.43% | - |
| XYZ | 2.92 | 1.3 | 14.57 | - |
| YUV | 18.63 | 179 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 109 | 0.94 | 0.94 | 0 | 0.57 | 240 | 0.88 | 0.23 |
| Hex | 7 | 7 | 6D | 5E | 5E | 0 | 39 | F0 | 58 | 17 |
| Octal | 7 | 7 | 155 | 136 | 136 | 0 | 71 | 360 | 130 | 27 |
| Binary | 111 | 111 | 1101101 | 1011110 | 1011110 | 0 | 111001 | 11110000 | 1011000 | 10111 |
Color Harmonies of #07076D
Complementary color
Monochromatic Colors of #07076D
Black with #07076D
Text Example
Text Example
White with #07076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07076D; }
p { color: rgb(7,7,109); }
H1.HeaderClassName
{
color: #07076D;
}
.AnyTagClassName
{
color: #07076D;
}
</style>
background-color css
<style>
a { background-color: #07076D; }
a { background-color: rgb(7,7,109); }
div.DivClassName
{
background-color: #07076D;
}
.BgClassName
{
background-color: #07076D;
}
</style>
border-color css
<style>
span { border-color: #07076D; }
span { border-color: rgb(7,7,109); }
td.TdClassName
{
border-color: #07076D;
}
.TagClassName
{
border-color: #07076D;
}
</style>