Shades of Navy #020583
Tints of Navy #020583
RGB
CMYK
RGB Variations
Color information
#020583 (or 0x020583) is known color: Navy. HEX triplet: 02, 05 and 83. RGB value is (2,5,131). Sum of RGB (Red+Green+Blue) = 2+5+131=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 131 (51.56% from 255 or 94.93% from 138); Max value from RGB is 131 - color contains mainly: blue. Hex color #020583 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020583 is #FDFA7C. Grayscale: #111111. Windows color (decimal): -16644733 or 8586498. OLE color: 8586498.
HSL color Cylindrical-coordinate representation of color #020583: hue angle of 238.6º 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 #020583 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 5 | 131 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.49 |
| HSL | 238.6º | 0.97% | 0.26% | - |
| HSV(B) | 238.6º | 0.98% | 0.51% | - |
| XYZ | 4.18 | 1.76 | 21.59 | - |
| YUV | 18.47 | 191.51 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 131 | 0.98 | 0.96 | 0 | 0.49 | 238.6 | 0.97 | 0.26 |
| Hex | 2 | 5 | 83 | 62 | 60 | 0 | 31 | EF | 61 | 1A |
| Octal | 2 | 5 | 203 | 142 | 140 | 0 | 61 | 357 | 141 | 32 |
| Binary | 10 | 101 | 10000011 | 1100010 | 1100000 | 0 | 110001 | 11101111 | 1100001 | 11010 |
Color Harmonies of #020583
Complementary color
Monochromatic Colors of #020583
Black with #020583
Text Example
Text Example
White with #020583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020583; }
p { color: rgb(2,5,131); }
H1.HeaderClassName
{
color: #020583;
}
.AnyTagClassName
{
color: #020583;
}
</style>
background-color css
<style>
a { background-color: #020583; }
a { background-color: rgb(2,5,131); }
div.DivClassName
{
background-color: #020583;
}
.BgClassName
{
background-color: #020583;
}
</style>
border-color css
<style>
span { border-color: #020583; }
span { border-color: rgb(2,5,131); }
td.TdClassName
{
border-color: #020583;
}
.TagClassName
{
border-color: #020583;
}
</style>