Shades of Navy #020C6B
Tints of Navy #020C6B
RGB
CMYK
RGB Variations
Color information
#020C6B (or 0x020C6B) is known color: Navy. HEX triplet: 02, 0C and 6B. RGB value is (2,12,107). Sum of RGB (Red+Green+Blue) = 2+12+107=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 107 (42.19% from 255 or 88.43% from 121); Max value from RGB is 107 - color contains mainly: blue. Hex color #020C6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C6B is #FDF394. Grayscale: #131313. Windows color (decimal): -16642965 or 7015426. OLE color: 7015426.
HSL color Cylindrical-coordinate representation of color #020C6B: hue angle of 234.29º 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 #020C6B is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 12 | 107 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.58 |
| HSL | 234.29º | 0.96% | 0.21% | - |
| HSV(B) | 234.29º | 0.98% | 0.42% | - |
| XYZ | 2.81 | 1.34 | 14.02 | - |
| YUV | 19.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 107 | 0.98 | 0.89 | 0 | 0.58 | 234.29 | 0.96 | 0.21 |
| Hex | 2 | C | 6B | 62 | 59 | 0 | 3A | EA | 60 | 15 |
| Octal | 2 | 14 | 153 | 142 | 131 | 0 | 72 | 352 | 140 | 25 |
| Binary | 10 | 1100 | 1101011 | 1100010 | 1011001 | 0 | 111010 | 11101010 | 1100000 | 10101 |
Color Harmonies of #020C6B
Complementary color
Monochromatic Colors of #020C6B
Black with #020C6B
Text Example
Text Example
White with #020C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C6B; }
p { color: rgb(2,12,107); }
H1.HeaderClassName
{
color: #020C6B;
}
.AnyTagClassName
{
color: #020C6B;
}
</style>
background-color css
<style>
a { background-color: #020C6B; }
a { background-color: rgb(2,12,107); }
div.DivClassName
{
background-color: #020C6B;
}
.BgClassName
{
background-color: #020C6B;
}
</style>
border-color css
<style>
span { border-color: #020C6B; }
span { border-color: rgb(2,12,107); }
td.TdClassName
{
border-color: #020C6B;
}
.TagClassName
{
border-color: #020C6B;
}
</style>