Shades of Navy #020D6B
Tints of Navy #020D6B
RGB
CMYK
RGB Variations
Color information
#020D6B (or 0x020D6B) is known color: Navy. HEX triplet: 02, 0D and 6B. RGB value is (2,13,107). Sum of RGB (Red+Green+Blue) = 2+13+107=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #020D6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020D6B is #FDF294. Grayscale: #141414. Windows color (decimal): -16642709 or 7015682. OLE color: 7015682.
HSL color Cylindrical-coordinate representation of color #020D6B: hue angle of 233.71º 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 #020D6B is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 13 | 107 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.58 |
| HSL | 233.71º | 0.96% | 0.21% | - |
| HSV(B) | 233.71º | 0.98% | 0.42% | - |
| XYZ | 2.82 | 1.36 | 14.02 | - |
| YUV | 20.43 | 176.86 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 107 | 0.98 | 0.88 | 0 | 0.58 | 233.71 | 0.96 | 0.21 |
| Hex | 2 | D | 6B | 62 | 58 | 0 | 3A | EA | 60 | 15 |
| Octal | 2 | 15 | 153 | 142 | 130 | 0 | 72 | 352 | 140 | 25 |
| Binary | 10 | 1101 | 1101011 | 1100010 | 1011000 | 0 | 111010 | 11101010 | 1100000 | 10101 |
Color Harmonies of #020D6B
Complementary color
Monochromatic Colors of #020D6B
Black with #020D6B
Text Example
Text Example
White with #020D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D6B; }
p { color: rgb(2,13,107); }
H1.HeaderClassName
{
color: #020D6B;
}
.AnyTagClassName
{
color: #020D6B;
}
</style>
background-color css
<style>
a { background-color: #020D6B; }
a { background-color: rgb(2,13,107); }
div.DivClassName
{
background-color: #020D6B;
}
.BgClassName
{
background-color: #020D6B;
}
</style>
border-color css
<style>
span { border-color: #020D6B; }
span { border-color: rgb(2,13,107); }
td.TdClassName
{
border-color: #020D6B;
}
.TagClassName
{
border-color: #020D6B;
}
</style>