Shades of Navy #020C84
Tints of Navy #020C84
RGB
CMYK
RGB Variations
Color information
#020C84 (or 0x020C84) is known color: Navy. HEX triplet: 02, 0C and 84. RGB value is (2,12,132). Sum of RGB (Red+Green+Blue) = 2+12+132=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 132 (51.95% from 255 or 90.41% from 146); Max value from RGB is 132 - color contains mainly: blue. Hex color #020C84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C84 is #FDF37B. Grayscale: #161616. Windows color (decimal): -16642940 or 8653826. OLE color: 8653826.
HSL color Cylindrical-coordinate representation of color #020C84: hue angle of 235.38º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C84 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 12 | 132 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.48 |
| HSL | 235.38º | 0.97% | 0.26% | - |
| HSV(B) | 235.38º | 0.98% | 0.52% | - |
| XYZ | 4.32 | 1.94 | 21.98 | - |
| YUV | 22.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 132 | 0.98 | 0.91 | 0 | 0.48 | 235.38 | 0.97 | 0.26 |
| Hex | 2 | C | 84 | 62 | 5B | 0 | 30 | EB | 61 | 1A |
| Octal | 2 | 14 | 204 | 142 | 133 | 0 | 60 | 353 | 141 | 32 |
| Binary | 10 | 1100 | 10000100 | 1100010 | 1011011 | 0 | 110000 | 11101011 | 1100001 | 11010 |
Color Harmonies of #020C84
Complementary color
Monochromatic Colors of #020C84
Black with #020C84
Text Example
Text Example
White with #020C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C84; }
p { color: rgb(2,12,132); }
H1.HeaderClassName
{
color: #020C84;
}
.AnyTagClassName
{
color: #020C84;
}
</style>
background-color css
<style>
a { background-color: #020C84; }
a { background-color: rgb(2,12,132); }
div.DivClassName
{
background-color: #020C84;
}
.BgClassName
{
background-color: #020C84;
}
</style>
border-color css
<style>
span { border-color: #020C84; }
span { border-color: rgb(2,12,132); }
td.TdClassName
{
border-color: #020C84;
}
.TagClassName
{
border-color: #020C84;
}
</style>