Shades of Navy #020A69
Tints of Navy #020A69
RGB
CMYK
RGB Variations
Color information
#020A69 (or 0x020A69) is known color: Navy. HEX triplet: 02, 0A and 69. RGB value is (2,10,105). Sum of RGB (Red+Green+Blue) = 2+10+105=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 105 (41.41% from 255 or 89.74% from 117); Max value from RGB is 105 - color contains mainly: blue. Hex color #020A69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A69 is #FDF596. Grayscale: #121212. Windows color (decimal): -16643479 or 6883842. OLE color: 6883842.
HSL color Cylindrical-coordinate representation of color #020A69: hue angle of 235.34º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A69 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 10 | 105 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.59 |
| HSL | 235.34º | 0.96% | 0.21% | - |
| HSV(B) | 235.34º | 0.98% | 0.41% | - |
| XYZ | 2.68 | 1.25 | 13.46 | - |
| YUV | 18.44 | 176.85 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 105 | 0.98 | 0.90 | 0 | 0.59 | 235.34 | 0.96 | 0.21 |
| Hex | 2 | A | 69 | 62 | 5A | 0 | 3B | EB | 60 | 15 |
| Octal | 2 | 12 | 151 | 142 | 132 | 0 | 73 | 353 | 140 | 25 |
| Binary | 10 | 1010 | 1101001 | 1100010 | 1011010 | 0 | 111011 | 11101011 | 1100000 | 10101 |
Color Harmonies of #020A69
Complementary color
Monochromatic Colors of #020A69
Black with #020A69
Text Example
Text Example
White with #020A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A69; }
p { color: rgb(2,10,105); }
H1.HeaderClassName
{
color: #020A69;
}
.AnyTagClassName
{
color: #020A69;
}
</style>
background-color css
<style>
a { background-color: #020A69; }
a { background-color: rgb(2,10,105); }
div.DivClassName
{
background-color: #020A69;
}
.BgClassName
{
background-color: #020A69;
}
</style>
border-color css
<style>
span { border-color: #020A69; }
span { border-color: rgb(2,10,105); }
td.TdClassName
{
border-color: #020A69;
}
.TagClassName
{
border-color: #020A69;
}
</style>