Shades of Navy #020A6B
Tints of Navy #020A6B
RGB
CMYK
RGB Variations
Color information
#020A6B (or 0x020A6B) is known color: Navy. HEX triplet: 02, 0A and 6B. RGB value is (2,10,107). Sum of RGB (Red+Green+Blue) = 2+10+107=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #020A6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A6B is #FDF594. Grayscale: #121212. Windows color (decimal): -16643477 or 7014914. OLE color: 7014914.
HSL color Cylindrical-coordinate representation of color #020A6B: hue angle of 235.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A6B is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 10 | 107 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.58 |
| HSL | 235.43º | 0.96% | 0.21% | - |
| HSV(B) | 235.43º | 0.98% | 0.42% | - |
| XYZ | 2.79 | 1.29 | 14.01 | - |
| YUV | 18.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 107 | 0.98 | 0.91 | 0 | 0.58 | 235.43 | 0.96 | 0.21 |
| Hex | 2 | A | 6B | 62 | 5B | 0 | 3A | EB | 60 | 15 |
| Octal | 2 | 12 | 153 | 142 | 133 | 0 | 72 | 353 | 140 | 25 |
| Binary | 10 | 1010 | 1101011 | 1100010 | 1011011 | 0 | 111010 | 11101011 | 1100000 | 10101 |
Color Harmonies of #020A6B
Complementary color
Monochromatic Colors of #020A6B
Black with #020A6B
Text Example
Text Example
White with #020A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A6B; }
p { color: rgb(2,10,107); }
H1.HeaderClassName
{
color: #020A6B;
}
.AnyTagClassName
{
color: #020A6B;
}
</style>
background-color css
<style>
a { background-color: #020A6B; }
a { background-color: rgb(2,10,107); }
div.DivClassName
{
background-color: #020A6B;
}
.BgClassName
{
background-color: #020A6B;
}
</style>
border-color css
<style>
span { border-color: #020A6B; }
span { border-color: rgb(2,10,107); }
td.TdClassName
{
border-color: #020A6B;
}
.TagClassName
{
border-color: #020A6B;
}
</style>