Shades of Navy #07056D
Tints of Navy #07056D
RGB
CMYK
RGB Variations
Color information
#07056D (or 0x07056D) is known color: Navy. HEX triplet: 07, 05 and 6D. RGB value is (7,5,109). Sum of RGB (Red+Green+Blue) = 7+5+109=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #07056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07056D is #F8FA92. Grayscale: #111111. Windows color (decimal): -16317075 or 7144711. OLE color: 7144711.
HSL color Cylindrical-coordinate representation of color #07056D: hue angle of 241.15º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07056D is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 5 | 109 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.57 |
| HSL | 241.15º | 0.91% | 0.22% | - |
| HSV(B) | 241.15º | 0.95% | 0.43% | - |
| XYZ | 2.9 | 1.26 | 14.56 | - |
| YUV | 17.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 109 | 0.94 | 0.95 | 0 | 0.57 | 241.15 | 0.91 | 0.22 |
| Hex | 7 | 5 | 6D | 5E | 5F | 0 | 39 | F1 | 5B | 16 |
| Octal | 7 | 5 | 155 | 136 | 137 | 0 | 71 | 361 | 133 | 26 |
| Binary | 111 | 101 | 1101101 | 1011110 | 1011111 | 0 | 111001 | 11110001 | 1011011 | 10110 |
Color Harmonies of #07056D
Complementary color
Monochromatic Colors of #07056D
Black with #07056D
Text Example
Text Example
White with #07056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07056D; }
p { color: rgb(7,5,109); }
H1.HeaderClassName
{
color: #07056D;
}
.AnyTagClassName
{
color: #07056D;
}
</style>
background-color css
<style>
a { background-color: #07056D; }
a { background-color: rgb(7,5,109); }
div.DivClassName
{
background-color: #07056D;
}
.BgClassName
{
background-color: #07056D;
}
</style>
border-color css
<style>
span { border-color: #07056D; }
span { border-color: rgb(7,5,109); }
td.TdClassName
{
border-color: #07056D;
}
.TagClassName
{
border-color: #07056D;
}
</style>