Shades of Navy #020A76
Tints of Navy #020A76
RGB
CMYK
RGB Variations
Color information
#020A76 (or 0x020A76) is known color: Navy. HEX triplet: 02, 0A and 76. RGB value is (2,10,118). Sum of RGB (Red+Green+Blue) = 2+10+118=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 118 (46.48% from 255 or 90.77% from 130); Max value from RGB is 118 - color contains mainly: blue. Hex color #020A76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A76 is #FDF589. Grayscale: #131313. Windows color (decimal): -16643466 or 7735810. OLE color: 7735810.
HSL color Cylindrical-coordinate representation of color #020A76: hue angle of 235.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A76 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 10 | 118 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.54 |
| HSL | 235.86º | 0.97% | 0.24% | - |
| HSV(B) | 235.86º | 0.98% | 0.46% | - |
| XYZ | 3.4 | 1.54 | 17.26 | - |
| YUV | 19.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 118 | 0.98 | 0.92 | 0 | 0.54 | 235.86 | 0.97 | 0.24 |
| Hex | 2 | A | 76 | 62 | 5C | 0 | 36 | EC | 61 | 18 |
| Octal | 2 | 12 | 166 | 142 | 134 | 0 | 66 | 354 | 141 | 30 |
| Binary | 10 | 1010 | 1110110 | 1100010 | 1011100 | 0 | 110110 | 11101100 | 1100001 | 11000 |
Color Harmonies of #020A76
Complementary color
Monochromatic Colors of #020A76
Black with #020A76
Text Example
Text Example
White with #020A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A76; }
p { color: rgb(2,10,118); }
H1.HeaderClassName
{
color: #020A76;
}
.AnyTagClassName
{
color: #020A76;
}
</style>
background-color css
<style>
a { background-color: #020A76; }
a { background-color: rgb(2,10,118); }
div.DivClassName
{
background-color: #020A76;
}
.BgClassName
{
background-color: #020A76;
}
</style>
border-color css
<style>
span { border-color: #020A76; }
span { border-color: rgb(2,10,118); }
td.TdClassName
{
border-color: #020A76;
}
.TagClassName
{
border-color: #020A76;
}
</style>