Shades of Navy #071682
Tints of Navy #071682
RGB
CMYK
RGB Variations
Color information
#071682 (or 0x071682) is known color: Navy. HEX triplet: 07, 16 and 82. RGB value is (7,22,130). Sum of RGB (Red+Green+Blue) = 7+22+130=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #071682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071682 is #F8E97D. Grayscale: #1D1D1D. Windows color (decimal): -16312702 or 8525319. OLE color: 8525319.
HSL color Cylindrical-coordinate representation of color #071682: hue angle of 232.68º 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 #071682 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 22 | 130 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.49 |
| HSL | 232.68º | 0.9% | 0.27% | - |
| HSV(B) | 232.68º | 0.95% | 0.51% | - |
| XYZ | 4.4 | 2.23 | 21.32 | - |
| YUV | 29.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 130 | 0.95 | 0.83 | 0 | 0.49 | 232.68 | 0.9 | 0.27 |
| Hex | 7 | 16 | 82 | 5F | 53 | 0 | 31 | E9 | 5A | 1B |
| Octal | 7 | 26 | 202 | 137 | 123 | 0 | 61 | 351 | 132 | 33 |
| Binary | 111 | 10110 | 10000010 | 1011111 | 1010011 | 0 | 110001 | 11101001 | 1011010 | 11011 |
Color Harmonies of #071682
Complementary color
Monochromatic Colors of #071682
Black with #071682
Text Example
Text Example
White with #071682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071682; }
p { color: rgb(7,22,130); }
H1.HeaderClassName
{
color: #071682;
}
.AnyTagClassName
{
color: #071682;
}
</style>
background-color css
<style>
a { background-color: #071682; }
a { background-color: rgb(7,22,130); }
div.DivClassName
{
background-color: #071682;
}
.BgClassName
{
background-color: #071682;
}
</style>
border-color css
<style>
span { border-color: #071682; }
span { border-color: rgb(7,22,130); }
td.TdClassName
{
border-color: #071682;
}
.TagClassName
{
border-color: #071682;
}
</style>