Shades of Navy #020E82
Tints of Navy #020E82
RGB
CMYK
RGB Variations
Color information
#020E82 (or 0x020E82) is known color: Navy. HEX triplet: 02, 0E and 82. RGB value is (2,14,130). Sum of RGB (Red+Green+Blue) = 2+14+130=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #020E82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020E82 is #FDF17D. Grayscale: #171717. Windows color (decimal): -16642430 or 8523266. OLE color: 8523266.
HSL color Cylindrical-coordinate representation of color #020E82: hue angle of 234.38º 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 #020E82 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 14 | 130 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.49 |
| HSL | 234.38º | 0.97% | 0.26% | - |
| HSV(B) | 234.38º | 0.98% | 0.51% | - |
| XYZ | 4.21 | 1.94 | 21.27 | - |
| YUV | 23.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 130 | 0.98 | 0.89 | 0 | 0.49 | 234.38 | 0.97 | 0.26 |
| Hex | 2 | E | 82 | 62 | 59 | 0 | 31 | EA | 61 | 1A |
| Octal | 2 | 16 | 202 | 142 | 131 | 0 | 61 | 352 | 141 | 32 |
| Binary | 10 | 1110 | 10000010 | 1100010 | 1011001 | 0 | 110001 | 11101010 | 1100001 | 11010 |
Color Harmonies of #020E82
Complementary color
Monochromatic Colors of #020E82
Black with #020E82
Text Example
Text Example
White with #020E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E82; }
p { color: rgb(2,14,130); }
H1.HeaderClassName
{
color: #020E82;
}
.AnyTagClassName
{
color: #020E82;
}
</style>
background-color css
<style>
a { background-color: #020E82; }
a { background-color: rgb(2,14,130); }
div.DivClassName
{
background-color: #020E82;
}
.BgClassName
{
background-color: #020E82;
}
</style>
border-color css
<style>
span { border-color: #020E82; }
span { border-color: rgb(2,14,130); }
td.TdClassName
{
border-color: #020E82;
}
.TagClassName
{
border-color: #020E82;
}
</style>