Shades of Navy #020D83
Tints of Navy #020D83
RGB
CMYK
RGB Variations
Color information
#020D83 (or 0x020D83) is known color: Navy. HEX triplet: 02, 0D and 83. RGB value is (2,13,131). Sum of RGB (Red+Green+Blue) = 2+13+131=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 131 (51.56% from 255 or 89.73% from 146); Max value from RGB is 131 - color contains mainly: blue. Hex color #020D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020D83 is #FDF27C. Grayscale: #161616. Windows color (decimal): -16642685 or 8588546. OLE color: 8588546.
HSL color Cylindrical-coordinate representation of color #020D83: hue angle of 234.88º 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 #020D83 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 13 | 131 | - |
| CMYK | 0.98 | 0.90 | 0 | 0.49 |
| HSL | 234.88º | 0.97% | 0.26% | - |
| HSV(B) | 234.88º | 0.98% | 0.51% | - |
| XYZ | 4.27 | 1.94 | 21.62 | - |
| YUV | 23.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 131 | 0.98 | 0.90 | 0 | 0.49 | 234.88 | 0.97 | 0.26 |
| Hex | 2 | D | 83 | 62 | 5A | 0 | 31 | EB | 61 | 1A |
| Octal | 2 | 15 | 203 | 142 | 132 | 0 | 61 | 353 | 141 | 32 |
| Binary | 10 | 1101 | 10000011 | 1100010 | 1011010 | 0 | 110001 | 11101011 | 1100001 | 11010 |
Color Harmonies of #020D83
Complementary color
Monochromatic Colors of #020D83
Black with #020D83
Text Example
Text Example
White with #020D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D83; }
p { color: rgb(2,13,131); }
H1.HeaderClassName
{
color: #020D83;
}
.AnyTagClassName
{
color: #020D83;
}
</style>
background-color css
<style>
a { background-color: #020D83; }
a { background-color: rgb(2,13,131); }
div.DivClassName
{
background-color: #020D83;
}
.BgClassName
{
background-color: #020D83;
}
</style>
border-color css
<style>
span { border-color: #020D83; }
span { border-color: rgb(2,13,131); }
td.TdClassName
{
border-color: #020D83;
}
.TagClassName
{
border-color: #020D83;
}
</style>