Shades of Navy #071382
Tints of Navy #071382
RGB
CMYK
RGB Variations
Color information
#071382 (or 0x071382) is known color: Navy. HEX triplet: 07, 13 and 82. RGB value is (7,19,130). Sum of RGB (Red+Green+Blue) = 7+19+130=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 130 (51.17% from 255 or 83.33% from 156); Max value from RGB is 130 - color contains mainly: blue. Hex color #071382 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071382 is #F8EC7D. Grayscale: #1B1B1B. Windows color (decimal): -16313470 or 8524551. OLE color: 8524551.
HSL color Cylindrical-coordinate representation of color #071382: hue angle of 234.15º 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 #071382 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 19 | 130 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.49 |
| HSL | 234.15º | 0.9% | 0.27% | - |
| HSV(B) | 234.15º | 0.95% | 0.51% | - |
| XYZ | 4.35 | 2.12 | 21.3 | - |
| YUV | 28.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 130 | 0.95 | 0.85 | 0 | 0.49 | 234.15 | 0.9 | 0.27 |
| Hex | 7 | 13 | 82 | 5F | 55 | 0 | 31 | EA | 5A | 1B |
| Octal | 7 | 23 | 202 | 137 | 125 | 0 | 61 | 352 | 132 | 33 |
| Binary | 111 | 10011 | 10000010 | 1011111 | 1010101 | 0 | 110001 | 11101010 | 1011010 | 11011 |
Color Harmonies of #071382
Complementary color
Monochromatic Colors of #071382
Black with #071382
Text Example
Text Example
White with #071382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071382; }
p { color: rgb(7,19,130); }
H1.HeaderClassName
{
color: #071382;
}
.AnyTagClassName
{
color: #071382;
}
</style>
background-color css
<style>
a { background-color: #071382; }
a { background-color: rgb(7,19,130); }
div.DivClassName
{
background-color: #071382;
}
.BgClassName
{
background-color: #071382;
}
</style>
border-color css
<style>
span { border-color: #071382; }
span { border-color: rgb(7,19,130); }
td.TdClassName
{
border-color: #071382;
}
.TagClassName
{
border-color: #071382;
}
</style>