Shades of Navy #020D6D
Tints of Navy #020D6D
RGB
CMYK
RGB Variations
Color information
#020D6D (or 0x020D6D) is known color: Navy. HEX triplet: 02, 0D and 6D. RGB value is (2,13,109). Sum of RGB (Red+Green+Blue) = 2+13+109=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #020D6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D6D is #FDF292. Grayscale: #141414. Windows color (decimal): -16642707 or 7146754. OLE color: 7146754.
HSL color Cylindrical-coordinate representation of color #020D6D: hue angle of 233.83º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020D6D is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 13 | 109 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.57 |
| HSL | 233.83º | 0.96% | 0.22% | - |
| HSV(B) | 233.83º | 0.98% | 0.43% | - |
| XYZ | 2.93 | 1.4 | 14.58 | - |
| YUV | 20.66 | 177.86 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 109 | 0.98 | 0.88 | 0 | 0.57 | 233.83 | 0.96 | 0.22 |
| Hex | 2 | D | 6D | 62 | 58 | 0 | 39 | EA | 60 | 16 |
| Octal | 2 | 15 | 155 | 142 | 130 | 0 | 71 | 352 | 140 | 26 |
| Binary | 10 | 1101 | 1101101 | 1100010 | 1011000 | 0 | 111001 | 11101010 | 1100000 | 10110 |
Color Harmonies of #020D6D
Complementary color
Monochromatic Colors of #020D6D
Black with #020D6D
Text Example
Text Example
White with #020D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D6D; }
p { color: rgb(2,13,109); }
H1.HeaderClassName
{
color: #020D6D;
}
.AnyTagClassName
{
color: #020D6D;
}
</style>
background-color css
<style>
a { background-color: #020D6D; }
a { background-color: rgb(2,13,109); }
div.DivClassName
{
background-color: #020D6D;
}
.BgClassName
{
background-color: #020D6D;
}
</style>
border-color css
<style>
span { border-color: #020D6D; }
span { border-color: rgb(2,13,109); }
td.TdClassName
{
border-color: #020D6D;
}
.TagClassName
{
border-color: #020D6D;
}
</style>