Shades of Navy #020585
Tints of Navy #020585
RGB
CMYK
RGB Variations
Color information
#020585 (or 0x020585) is known color: Navy. HEX triplet: 02, 05 and 85. RGB value is (2,5,133). Sum of RGB (Red+Green+Blue) = 2+5+133=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 133 (52.34% from 255 or 95% from 140); Max value from RGB is 133 - color contains mainly: blue. Hex color #020585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020585 is #FDFA7A. Grayscale: #121212. Windows color (decimal): -16644731 or 8717570. OLE color: 8717570.
HSL color Cylindrical-coordinate representation of color #020585: hue angle of 238.63º 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 #020585 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 5 | 133 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.48 |
| HSL | 238.63º | 0.97% | 0.26% | - |
| HSV(B) | 238.63º | 0.98% | 0.52% | - |
| XYZ | 4.31 | 1.81 | 22.31 | - |
| YUV | 18.7 | 192.51 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 133 | 0.98 | 0.96 | 0 | 0.48 | 238.63 | 0.97 | 0.26 |
| Hex | 2 | 5 | 85 | 62 | 60 | 0 | 30 | EF | 61 | 1A |
| Octal | 2 | 5 | 205 | 142 | 140 | 0 | 60 | 357 | 141 | 32 |
| Binary | 10 | 101 | 10000101 | 1100010 | 1100000 | 0 | 110000 | 11101111 | 1100001 | 11010 |
Color Harmonies of #020585
Complementary color
Monochromatic Colors of #020585
Black with #020585
Text Example
Text Example
White with #020585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020585; }
p { color: rgb(2,5,133); }
H1.HeaderClassName
{
color: #020585;
}
.AnyTagClassName
{
color: #020585;
}
</style>
background-color css
<style>
a { background-color: #020585; }
a { background-color: rgb(2,5,133); }
div.DivClassName
{
background-color: #020585;
}
.BgClassName
{
background-color: #020585;
}
</style>
border-color css
<style>
span { border-color: #020585; }
span { border-color: rgb(2,5,133); }
td.TdClassName
{
border-color: #020585;
}
.TagClassName
{
border-color: #020585;
}
</style>