Shades of Navy #020C7D
Tints of Navy #020C7D
RGB
CMYK
RGB Variations
Color information
#020C7D (or 0x020C7D) is known color: Navy. HEX triplet: 02, 0C and 7D. RGB value is (2,12,125). Sum of RGB (Red+Green+Blue) = 2+12+125=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #020C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C7D is #FDF382. Grayscale: #151515. Windows color (decimal): -16642947 or 8195074. OLE color: 8195074.
HSL color Cylindrical-coordinate representation of color #020C7D: hue angle of 235.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C7D is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 12 | 125 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.51 |
| HSL | 235.12º | 0.97% | 0.25% | - |
| HSV(B) | 235.12º | 0.98% | 0.49% | - |
| XYZ | 3.86 | 1.76 | 19.54 | - |
| YUV | 21.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 125 | 0.98 | 0.90 | 0 | 0.51 | 235.12 | 0.97 | 0.25 |
| Hex | 2 | C | 7D | 62 | 5A | 0 | 33 | EB | 61 | 19 |
| Octal | 2 | 14 | 175 | 142 | 132 | 0 | 63 | 353 | 141 | 31 |
| Binary | 10 | 1100 | 1111101 | 1100010 | 1011010 | 0 | 110011 | 11101011 | 1100001 | 11001 |
Color Harmonies of #020C7D
Complementary color
Monochromatic Colors of #020C7D
Black with #020C7D
Text Example
Text Example
White with #020C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C7D; }
p { color: rgb(2,12,125); }
H1.HeaderClassName
{
color: #020C7D;
}
.AnyTagClassName
{
color: #020C7D;
}
</style>
background-color css
<style>
a { background-color: #020C7D; }
a { background-color: rgb(2,12,125); }
div.DivClassName
{
background-color: #020C7D;
}
.BgClassName
{
background-color: #020C7D;
}
</style>
border-color css
<style>
span { border-color: #020C7D; }
span { border-color: rgb(2,12,125); }
td.TdClassName
{
border-color: #020C7D;
}
.TagClassName
{
border-color: #020C7D;
}
</style>