Shades of Navy #070071
Tints of Navy #070071
RGB
CMYK
RGB Variations
Color information
#070071 (or 0x070071) is known color: Navy. HEX triplet: 07, 00 and 71. RGB value is (7,0,113). Sum of RGB (Red+Green+Blue) = 7+0+113=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 113 (44.53% from 255 or 94.17% from 120); Max value from RGB is 113 - color contains mainly: blue. Hex color #070071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070071 is #F8FF8E. Grayscale: #0E0E0E. Windows color (decimal): -16318351 or 7405575. OLE color: 7405575.
HSL color Cylindrical-coordinate representation of color #070071: hue angle of 243.72º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070071 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 0 | 113 | - |
| CMYK | 0.94 | 1 | 0 | 0.56 |
| HSL | 243.72º | 1% | 0.22% | - |
| HSV(B) | 243.72º | 1% | 0.44% | - |
| XYZ | 3.07 | 1.24 | 15.7 | - |
| YUV | 14.98 | 183.32 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 113 | 0.94 | 1 | 0 | 0.56 | 243.72 | 1 | 0.22 |
| Hex | 7 | 0 | 71 | 5E | 64 | 0 | 38 | F4 | 64 | 16 |
| Octal | 7 | 0 | 161 | 136 | 144 | 0 | 70 | 364 | 144 | 26 |
| Binary | 111 | 0 | 1110001 | 1011110 | 1100100 | 0 | 111000 | 11110100 | 1100100 | 10110 |
Color Harmonies of #070071
Complementary color
Monochromatic Colors of #070071
Black with #070071
Text Example
Text Example
White with #070071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070071; }
p { color: rgb(7,0,113); }
H1.HeaderClassName
{
color: #070071;
}
.AnyTagClassName
{
color: #070071;
}
</style>
background-color css
<style>
a { background-color: #070071; }
a { background-color: rgb(7,0,113); }
div.DivClassName
{
background-color: #070071;
}
.BgClassName
{
background-color: #070071;
}
</style>
border-color css
<style>
span { border-color: #070071; }
span { border-color: rgb(7,0,113); }
td.TdClassName
{
border-color: #070071;
}
.TagClassName
{
border-color: #070071;
}
</style>