Shades of Navy #020D6A
Tints of Navy #020D6A
RGB
CMYK
RGB Variations
Color information
#020D6A (or 0x020D6A) is known color: Navy. HEX triplet: 02, 0D and 6A. RGB value is (2,13,106). Sum of RGB (Red+Green+Blue) = 2+13+106=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #020D6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D6A is #FDF295. Grayscale: #131313. Windows color (decimal): -16642710 or 6950146. OLE color: 6950146.
HSL color Cylindrical-coordinate representation of color #020D6A: hue angle of 233.65º 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 #020D6A is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 13 | 106 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.58 |
| HSL | 233.65º | 0.96% | 0.21% | - |
| HSV(B) | 233.65º | 0.98% | 0.42% | - |
| XYZ | 2.77 | 1.34 | 13.75 | - |
| YUV | 20.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 106 | 0.98 | 0.88 | 0 | 0.58 | 233.65 | 0.96 | 0.21 |
| Hex | 2 | D | 6A | 62 | 58 | 0 | 3A | EA | 60 | 15 |
| Octal | 2 | 15 | 152 | 142 | 130 | 0 | 72 | 352 | 140 | 25 |
| Binary | 10 | 1101 | 1101010 | 1100010 | 1011000 | 0 | 111010 | 11101010 | 1100000 | 10101 |
Color Harmonies of #020D6A
Complementary color
Monochromatic Colors of #020D6A
Black with #020D6A
Text Example
Text Example
White with #020D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D6A; }
p { color: rgb(2,13,106); }
H1.HeaderClassName
{
color: #020D6A;
}
.AnyTagClassName
{
color: #020D6A;
}
</style>
background-color css
<style>
a { background-color: #020D6A; }
a { background-color: rgb(2,13,106); }
div.DivClassName
{
background-color: #020D6A;
}
.BgClassName
{
background-color: #020D6A;
}
</style>
border-color css
<style>
span { border-color: #020D6A; }
span { border-color: rgb(2,13,106); }
td.TdClassName
{
border-color: #020D6A;
}
.TagClassName
{
border-color: #020D6A;
}
</style>