Shades of Dark Blue #021086
Tints of Dark Blue #021086
RGB
CMYK
RGB Variations
Color information
#021086 (or 0x021086) is known color: Dark Blue. HEX triplet: 02, 10 and 86. RGB value is (2,16,134). Sum of RGB (Red+Green+Blue) = 2+16+134=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #021086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021086 is #FDEF79. Grayscale: #181818. Windows color (decimal): -16641914 or 8785922. OLE color: 8785922.
HSL color Cylindrical-coordinate representation of color #021086: hue angle of 233.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 #021086 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 16 | 134 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.47 |
| HSL | 233.64º | 0.97% | 0.27% | - |
| HSV(B) | 233.64º | 0.99% | 0.53% | - |
| XYZ | 4.51 | 2.1 | 22.72 | - |
| YUV | 25.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 134 | 0.99 | 0.88 | 0 | 0.47 | 233.64 | 0.97 | 0.27 |
| Hex | 2 | 10 | 86 | 63 | 58 | 0 | 2F | EA | 61 | 1B |
| Octal | 2 | 20 | 206 | 143 | 130 | 0 | 57 | 352 | 141 | 33 |
| Binary | 10 | 10000 | 10000110 | 1100011 | 1011000 | 0 | 101111 | 11101010 | 1100001 | 11011 |
Color Harmonies of #021086
Complementary color
Monochromatic Colors of #021086
Black with #021086
Text Example
Text Example
White with #021086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021086; }
p { color: rgb(2,16,134); }
H1.HeaderClassName
{
color: #021086;
}
.AnyTagClassName
{
color: #021086;
}
</style>
background-color css
<style>
a { background-color: #021086; }
a { background-color: rgb(2,16,134); }
div.DivClassName
{
background-color: #021086;
}
.BgClassName
{
background-color: #021086;
}
</style>
border-color css
<style>
span { border-color: #021086; }
span { border-color: rgb(2,16,134); }
td.TdClassName
{
border-color: #021086;
}
.TagClassName
{
border-color: #021086;
}
</style>