Shades of Dark Blue #020186
Tints of Dark Blue #020186
RGB
CMYK
RGB Variations
Color information
#020186 (or 0x020186) is known color: Dark Blue. HEX triplet: 02, 01 and 86. RGB value is (2,1,134). Sum of RGB (Red+Green+Blue) = 2+1+134=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 134 (52.73% from 255 or 97.81% from 137); Max value from RGB is 134 - color contains mainly: blue. Hex color #020186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020186 is #FDFE79. Grayscale: #0F0F0F. Windows color (decimal): -16645754 or 8782082. OLE color: 8782082.
HSL color Cylindrical-coordinate representation of color #020186: hue angle of 240.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020186 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 1 | 134 | - |
| CMYK | 0.99 | 0.99 | 0 | 0.47 |
| HSL | 240.45º | 0.99% | 0.26% | - |
| HSV(B) | 240.45º | 0.99% | 0.53% | - |
| XYZ | 4.34 | 1.76 | 22.66 | - |
| YUV | 16.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 134 | 0.99 | 0.99 | 0 | 0.47 | 240.45 | 0.99 | 0.26 |
| Hex | 2 | 1 | 86 | 63 | 63 | 0 | 2F | F0 | 63 | 1A |
| Octal | 2 | 1 | 206 | 143 | 143 | 0 | 57 | 360 | 143 | 32 |
| Binary | 10 | 1 | 10000110 | 1100011 | 1100011 | 0 | 101111 | 11110000 | 1100011 | 11010 |
Color Harmonies of #020186
Complementary color
Monochromatic Colors of #020186
Black with #020186
Text Example
Text Example
White with #020186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020186; }
p { color: rgb(2,1,134); }
H1.HeaderClassName
{
color: #020186;
}
.AnyTagClassName
{
color: #020186;
}
</style>
background-color css
<style>
a { background-color: #020186; }
a { background-color: rgb(2,1,134); }
div.DivClassName
{
background-color: #020186;
}
.BgClassName
{
background-color: #020186;
}
</style>
border-color css
<style>
span { border-color: #020186; }
span { border-color: rgb(2,1,134); }
td.TdClassName
{
border-color: #020186;
}
.TagClassName
{
border-color: #020186;
}
</style>