Shades of Navy #070882
Tints of Navy #070882
RGB
CMYK
RGB Variations
Color information
#070882 (or 0x070882) is known color: Navy. HEX triplet: 07, 08 and 82. RGB value is (7,8,130). Sum of RGB (Red+Green+Blue) = 7+8+130=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 130 (51.17% from 255 or 89.66% from 145); Max value from RGB is 130 - color contains mainly: blue. Hex color #070882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070882 is #F8F77D. Grayscale: #151515. Windows color (decimal): -16316286 or 8521735. OLE color: 8521735.
HSL color Cylindrical-coordinate representation of color #070882: hue angle of 239.51º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070882 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 8 | 130 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.49 |
| HSL | 239.51º | 0.9% | 0.27% | - |
| HSV(B) | 239.51º | 0.95% | 0.51% | - |
| XYZ | 4.2 | 1.83 | 21.25 | - |
| YUV | 21.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 130 | 0.95 | 0.94 | 0 | 0.49 | 239.51 | 0.9 | 0.27 |
| Hex | 7 | 8 | 82 | 5F | 5E | 0 | 31 | F0 | 5A | 1B |
| Octal | 7 | 10 | 202 | 137 | 136 | 0 | 61 | 360 | 132 | 33 |
| Binary | 111 | 1000 | 10000010 | 1011111 | 1011110 | 0 | 110001 | 11110000 | 1011010 | 11011 |
Color Harmonies of #070882
Complementary color
Monochromatic Colors of #070882
Black with #070882
Text Example
Text Example
White with #070882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070882; }
p { color: rgb(7,8,130); }
H1.HeaderClassName
{
color: #070882;
}
.AnyTagClassName
{
color: #070882;
}
</style>
background-color css
<style>
a { background-color: #070882; }
a { background-color: rgb(7,8,130); }
div.DivClassName
{
background-color: #070882;
}
.BgClassName
{
background-color: #070882;
}
</style>
border-color css
<style>
span { border-color: #070882; }
span { border-color: rgb(7,8,130); }
td.TdClassName
{
border-color: #070882;
}
.TagClassName
{
border-color: #070882;
}
</style>