Shades of Navy #020C82
Tints of Navy #020C82
RGB
CMYK
RGB Variations
Color information
#020C82 (or 0x020C82) is known color: Navy. HEX triplet: 02, 0C and 82. RGB value is (2,12,130). Sum of RGB (Red+Green+Blue) = 2+12+130=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 130 (51.17% from 255 or 90.28% from 144); Max value from RGB is 130 - color contains mainly: blue. Hex color #020C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C82 is #FDF37D. Grayscale: #151515. Windows color (decimal): -16642942 or 8522754. OLE color: 8522754.
HSL color Cylindrical-coordinate representation of color #020C82: hue angle of 235.31º 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 #020C82 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 12 | 130 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.49 |
| HSL | 235.31º | 0.97% | 0.26% | - |
| HSV(B) | 235.31º | 0.98% | 0.51% | - |
| XYZ | 4.19 | 1.89 | 21.26 | - |
| YUV | 22.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 130 | 0.98 | 0.91 | 0 | 0.49 | 235.31 | 0.97 | 0.26 |
| Hex | 2 | C | 82 | 62 | 5B | 0 | 31 | EB | 61 | 1A |
| Octal | 2 | 14 | 202 | 142 | 133 | 0 | 61 | 353 | 141 | 32 |
| Binary | 10 | 1100 | 10000010 | 1100010 | 1011011 | 0 | 110001 | 11101011 | 1100001 | 11010 |
Color Harmonies of #020C82
Complementary color
Monochromatic Colors of #020C82
Black with #020C82
Text Example
Text Example
White with #020C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C82; }
p { color: rgb(2,12,130); }
H1.HeaderClassName
{
color: #020C82;
}
.AnyTagClassName
{
color: #020C82;
}
</style>
background-color css
<style>
a { background-color: #020C82; }
a { background-color: rgb(2,12,130); }
div.DivClassName
{
background-color: #020C82;
}
.BgClassName
{
background-color: #020C82;
}
</style>
border-color css
<style>
span { border-color: #020C82; }
span { border-color: rgb(2,12,130); }
td.TdClassName
{
border-color: #020C82;
}
.TagClassName
{
border-color: #020C82;
}
</style>