Shades of Navy #020782
Tints of Navy #020782
RGB
CMYK
RGB Variations
Color information
#020782 (or 0x020782) is known color: Navy. HEX triplet: 02, 07 and 82. RGB value is (2,7,130). Sum of RGB (Red+Green+Blue) = 2+7+130=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 130 (51.17% from 255 or 93.53% from 139); Max value from RGB is 130 - color contains mainly: blue. Hex color #020782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020782 is #FDF87D. Grayscale: #131313. Windows color (decimal): -16644222 or 8521474. OLE color: 8521474.
HSL color Cylindrical-coordinate representation of color #020782: hue angle of 237.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020782 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 7 | 130 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.49 |
| HSL | 237.66º | 0.97% | 0.26% | - |
| HSV(B) | 237.66º | 0.98% | 0.51% | - |
| XYZ | 4.13 | 1.78 | 21.24 | - |
| YUV | 19.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 130 | 0.98 | 0.95 | 0 | 0.49 | 237.66 | 0.97 | 0.26 |
| Hex | 2 | 7 | 82 | 62 | 5F | 0 | 31 | EE | 61 | 1A |
| Octal | 2 | 7 | 202 | 142 | 137 | 0 | 61 | 356 | 141 | 32 |
| Binary | 10 | 111 | 10000010 | 1100010 | 1011111 | 0 | 110001 | 11101110 | 1100001 | 11010 |
Color Harmonies of #020782
Complementary color
Monochromatic Colors of #020782
Black with #020782
Text Example
Text Example
White with #020782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020782; }
p { color: rgb(2,7,130); }
H1.HeaderClassName
{
color: #020782;
}
.AnyTagClassName
{
color: #020782;
}
</style>
background-color css
<style>
a { background-color: #020782; }
a { background-color: rgb(2,7,130); }
div.DivClassName
{
background-color: #020782;
}
.BgClassName
{
background-color: #020782;
}
</style>
border-color css
<style>
span { border-color: #020782; }
span { border-color: rgb(2,7,130); }
td.TdClassName
{
border-color: #020782;
}
.TagClassName
{
border-color: #020782;
}
</style>