Shades of Dark Blue #020586
Tints of Dark Blue #020586
RGB
CMYK
RGB Variations
Color information
#020586 (or 0x020586) is known color: Dark Blue. HEX triplet: 02, 05 and 86. RGB value is (2,5,134). Sum of RGB (Red+Green+Blue) = 2+5+134=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #020586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020586 is #FDFA79. Grayscale: #121212. Windows color (decimal): -16644730 or 8783106. OLE color: 8783106.
HSL color Cylindrical-coordinate representation of color #020586: hue angle of 238.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020586 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 5 | 134 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.47 |
| HSL | 238.64º | 0.97% | 0.27% | - |
| HSV(B) | 238.64º | 0.99% | 0.53% | - |
| XYZ | 4.38 | 1.84 | 22.68 | - |
| YUV | 18.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 134 | 0.99 | 0.96 | 0 | 0.47 | 238.64 | 0.97 | 0.27 |
| Hex | 2 | 5 | 86 | 63 | 60 | 0 | 2F | EF | 61 | 1B |
| Octal | 2 | 5 | 206 | 143 | 140 | 0 | 57 | 357 | 141 | 33 |
| Binary | 10 | 101 | 10000110 | 1100011 | 1100000 | 0 | 101111 | 11101111 | 1100001 | 11011 |
Color Harmonies of #020586
Complementary color
Monochromatic Colors of #020586
Black with #020586
Text Example
Text Example
White with #020586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020586; }
p { color: rgb(2,5,134); }
H1.HeaderClassName
{
color: #020586;
}
.AnyTagClassName
{
color: #020586;
}
</style>
background-color css
<style>
a { background-color: #020586; }
a { background-color: rgb(2,5,134); }
div.DivClassName
{
background-color: #020586;
}
.BgClassName
{
background-color: #020586;
}
</style>
border-color css
<style>
span { border-color: #020586; }
span { border-color: rgb(2,5,134); }
td.TdClassName
{
border-color: #020586;
}
.TagClassName
{
border-color: #020586;
}
</style>