Shades of Navy #020C6C
Tints of Navy #020C6C
RGB
CMYK
RGB Variations
Color information
#020C6C (or 0x020C6C) is known color: Navy. HEX triplet: 02, 0C and 6C. RGB value is (2,12,108). Sum of RGB (Red+Green+Blue) = 2+12+108=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #020C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C6C is #FDF393. Grayscale: #131313. Windows color (decimal): -16642964 or 7080962. OLE color: 7080962.
HSL color Cylindrical-coordinate representation of color #020C6C: hue angle of 234.34º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C6C is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 12 | 108 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.58 |
| HSL | 234.34º | 0.96% | 0.22% | - |
| HSV(B) | 234.34º | 0.98% | 0.42% | - |
| XYZ | 2.86 | 1.36 | 14.3 | - |
| YUV | 19.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 108 | 0.98 | 0.89 | 0 | 0.58 | 234.34 | 0.96 | 0.22 |
| Hex | 2 | C | 6C | 62 | 59 | 0 | 3A | EA | 60 | 16 |
| Octal | 2 | 14 | 154 | 142 | 131 | 0 | 72 | 352 | 140 | 26 |
| Binary | 10 | 1100 | 1101100 | 1100010 | 1011001 | 0 | 111010 | 11101010 | 1100000 | 10110 |
Color Harmonies of #020C6C
Complementary color
Monochromatic Colors of #020C6C
Black with #020C6C
Text Example
Text Example
White with #020C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C6C; }
p { color: rgb(2,12,108); }
H1.HeaderClassName
{
color: #020C6C;
}
.AnyTagClassName
{
color: #020C6C;
}
</style>
background-color css
<style>
a { background-color: #020C6C; }
a { background-color: rgb(2,12,108); }
div.DivClassName
{
background-color: #020C6C;
}
.BgClassName
{
background-color: #020C6C;
}
</style>
border-color css
<style>
span { border-color: #020C6C; }
span { border-color: rgb(2,12,108); }
td.TdClassName
{
border-color: #020C6C;
}
.TagClassName
{
border-color: #020C6C;
}
</style>