Shades of Navy #070180
Tints of Navy #070180
RGB
CMYK
RGB Variations
Color information
#070180 (or 0x070180) is known color: Navy. HEX triplet: 07, 01 and 80. RGB value is (7,1,128). Sum of RGB (Red+Green+Blue) = 7+1+128=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 128 (50.39% from 255 or 94.12% from 136); Max value from RGB is 128 - color contains mainly: blue. Hex color #070180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070180 is #F8FE7F. Grayscale: #101010. Windows color (decimal): -16318080 or 8388871. OLE color: 8388871.
HSL color Cylindrical-coordinate representation of color #070180: hue angle of 242.83º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070180 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 1 | 128 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.50 |
| HSL | 242.83º | 0.98% | 0.25% | - |
| HSV(B) | 242.83º | 0.99% | 0.5% | - |
| XYZ | 3.99 | 1.63 | 20.53 | - |
| YUV | 17.27 | 190.49 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 128 | 0.95 | 0.99 | 0 | 0.50 | 242.83 | 0.98 | 0.25 |
| Hex | 7 | 1 | 80 | 5F | 63 | 0 | 32 | F3 | 62 | 19 |
| Octal | 7 | 1 | 200 | 137 | 143 | 0 | 62 | 363 | 142 | 31 |
| Binary | 111 | 1 | 10000000 | 1011111 | 1100011 | 0 | 110010 | 11110011 | 1100010 | 11001 |
Color Harmonies of #070180
Complementary color
Monochromatic Colors of #070180
Black with #070180
Text Example
Text Example
White with #070180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070180; }
p { color: rgb(7,1,128); }
H1.HeaderClassName
{
color: #070180;
}
.AnyTagClassName
{
color: #070180;
}
</style>
background-color css
<style>
a { background-color: #070180; }
a { background-color: rgb(7,1,128); }
div.DivClassName
{
background-color: #070180;
}
.BgClassName
{
background-color: #070180;
}
</style>
border-color css
<style>
span { border-color: #070180; }
span { border-color: rgb(7,1,128); }
td.TdClassName
{
border-color: #070180;
}
.TagClassName
{
border-color: #070180;
}
</style>