Shades of Navy #020C83
Tints of Navy #020C83
RGB
CMYK
RGB Variations
Color information
#020C83 (or 0x020C83) is known color: Navy. HEX triplet: 02, 0C and 83. RGB value is (2,12,131). Sum of RGB (Red+Green+Blue) = 2+12+131=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 131 (51.56% from 255 or 90.34% from 145); Max value from RGB is 131 - color contains mainly: blue. Hex color #020C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C83 is #FDF37C. Grayscale: #161616. Windows color (decimal): -16642941 or 8588290. OLE color: 8588290.
HSL color Cylindrical-coordinate representation of color #020C83: hue angle of 235.35º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C83 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 12 | 131 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.49 |
| HSL | 235.35º | 0.97% | 0.26% | - |
| HSV(B) | 235.35º | 0.98% | 0.51% | - |
| XYZ | 4.25 | 1.91 | 21.62 | - |
| YUV | 22.58 | 189.19 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 131 | 0.98 | 0.91 | 0 | 0.49 | 235.35 | 0.97 | 0.26 |
| Hex | 2 | C | 83 | 62 | 5B | 0 | 31 | EB | 61 | 1A |
| Octal | 2 | 14 | 203 | 142 | 133 | 0 | 61 | 353 | 141 | 32 |
| Binary | 10 | 1100 | 10000011 | 1100010 | 1011011 | 0 | 110001 | 11101011 | 1100001 | 11010 |
Color Harmonies of #020C83
Complementary color
Monochromatic Colors of #020C83
Black with #020C83
Text Example
Text Example
White with #020C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C83; }
p { color: rgb(2,12,131); }
H1.HeaderClassName
{
color: #020C83;
}
.AnyTagClassName
{
color: #020C83;
}
</style>
background-color css
<style>
a { background-color: #020C83; }
a { background-color: rgb(2,12,131); }
div.DivClassName
{
background-color: #020C83;
}
.BgClassName
{
background-color: #020C83;
}
</style>
border-color css
<style>
span { border-color: #020C83; }
span { border-color: rgb(2,12,131); }
td.TdClassName
{
border-color: #020C83;
}
.TagClassName
{
border-color: #020C83;
}
</style>