Shades of Navy #020584
Tints of Navy #020584
RGB
CMYK
RGB Variations
Color information
#020584 (or 0x020584) is known color: Navy. HEX triplet: 02, 05 and 84. RGB value is (2,5,132). Sum of RGB (Red+Green+Blue) = 2+5+132=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 132 (51.95% from 255 or 94.96% from 139); Max value from RGB is 132 - color contains mainly: blue. Hex color #020584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020584 is #FDFA7B. Grayscale: #121212. Windows color (decimal): -16644732 or 8652034. OLE color: 8652034.
HSL color Cylindrical-coordinate representation of color #020584: hue angle of 238.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020584 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 5 | 132 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.48 |
| HSL | 238.62º | 0.97% | 0.26% | - |
| HSV(B) | 238.62º | 0.98% | 0.52% | - |
| XYZ | 4.24 | 1.79 | 21.95 | - |
| YUV | 18.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 132 | 0.98 | 0.96 | 0 | 0.48 | 238.62 | 0.97 | 0.26 |
| Hex | 2 | 5 | 84 | 62 | 60 | 0 | 30 | EF | 61 | 1A |
| Octal | 2 | 5 | 204 | 142 | 140 | 0 | 60 | 357 | 141 | 32 |
| Binary | 10 | 101 | 10000100 | 1100010 | 1100000 | 0 | 110000 | 11101111 | 1100001 | 11010 |
Color Harmonies of #020584
Complementary color
Monochromatic Colors of #020584
Black with #020584
Text Example
Text Example
White with #020584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020584; }
p { color: rgb(2,5,132); }
H1.HeaderClassName
{
color: #020584;
}
.AnyTagClassName
{
color: #020584;
}
</style>
background-color css
<style>
a { background-color: #020584; }
a { background-color: rgb(2,5,132); }
div.DivClassName
{
background-color: #020584;
}
.BgClassName
{
background-color: #020584;
}
</style>
border-color css
<style>
span { border-color: #020584; }
span { border-color: rgb(2,5,132); }
td.TdClassName
{
border-color: #020584;
}
.TagClassName
{
border-color: #020584;
}
</style>