Shades of Dark Blue #020686
Tints of Dark Blue #020686
RGB
CMYK
RGB Variations
Color information
#020686 (or 0x020686) is known color: Dark Blue. HEX triplet: 02, 06 and 86. RGB value is (2,6,134). Sum of RGB (Red+Green+Blue) = 2+6+134=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 134 (52.73% from 255 or 94.37% from 142); Max value from RGB is 134 - color contains mainly: blue. Hex color #020686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020686 is #FDF979. Grayscale: #121212. Windows color (decimal): -16644474 or 8783362. OLE color: 8783362.
HSL color Cylindrical-coordinate representation of color #020686: hue angle of 238.18º 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 #020686 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 6 | 134 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.47 |
| HSL | 238.18º | 0.97% | 0.27% | - |
| HSV(B) | 238.18º | 0.99% | 0.53% | - |
| XYZ | 4.39 | 1.86 | 22.68 | - |
| YUV | 19.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 6 | 134 | 0.99 | 0.96 | 0 | 0.47 | 238.18 | 0.97 | 0.27 |
| Hex | 2 | 6 | 86 | 63 | 60 | 0 | 2F | EE | 61 | 1B |
| Octal | 2 | 6 | 206 | 143 | 140 | 0 | 57 | 356 | 141 | 33 |
| Binary | 10 | 110 | 10000110 | 1100011 | 1100000 | 0 | 101111 | 11101110 | 1100001 | 11011 |
Color Harmonies of #020686
Complementary color
Monochromatic Colors of #020686
Black with #020686
Text Example
Text Example
White with #020686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020686; }
p { color: rgb(2,6,134); }
H1.HeaderClassName
{
color: #020686;
}
.AnyTagClassName
{
color: #020686;
}
</style>
background-color css
<style>
a { background-color: #020686; }
a { background-color: rgb(2,6,134); }
div.DivClassName
{
background-color: #020686;
}
.BgClassName
{
background-color: #020686;
}
</style>
border-color css
<style>
span { border-color: #020686; }
span { border-color: rgb(2,6,134); }
td.TdClassName
{
border-color: #020686;
}
.TagClassName
{
border-color: #020686;
}
</style>