Shades of Dark Blue #021186
Tints of Dark Blue #021186
RGB
CMYK
RGB Variations
Color information
#021186 (or 0x021186) is known color: Dark Blue. HEX triplet: 02, 11 and 86. RGB value is (2,17,134). Sum of RGB (Red+Green+Blue) = 2+17+134=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #021186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021186 is #FDEE79. Grayscale: #191919. Windows color (decimal): -16641658 or 8786178. OLE color: 8786178.
HSL color Cylindrical-coordinate representation of color #021186: hue angle of 233.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 #021186 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 17 | 134 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.47 |
| HSL | 233.18º | 0.97% | 0.27% | - |
| HSV(B) | 233.18º | 0.99% | 0.53% | - |
| XYZ | 4.53 | 2.14 | 22.73 | - |
| YUV | 25.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 134 | 0.99 | 0.87 | 0 | 0.47 | 233.18 | 0.97 | 0.27 |
| Hex | 2 | 11 | 86 | 63 | 57 | 0 | 2F | E9 | 61 | 1B |
| Octal | 2 | 21 | 206 | 143 | 127 | 0 | 57 | 351 | 141 | 33 |
| Binary | 10 | 10001 | 10000110 | 1100011 | 1010111 | 0 | 101111 | 11101001 | 1100001 | 11011 |
Color Harmonies of #021186
Complementary color
Monochromatic Colors of #021186
Black with #021186
Text Example
Text Example
White with #021186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021186; }
p { color: rgb(2,17,134); }
H1.HeaderClassName
{
color: #021186;
}
.AnyTagClassName
{
color: #021186;
}
</style>
background-color css
<style>
a { background-color: #021186; }
a { background-color: rgb(2,17,134); }
div.DivClassName
{
background-color: #021186;
}
.BgClassName
{
background-color: #021186;
}
</style>
border-color css
<style>
span { border-color: #021186; }
span { border-color: rgb(2,17,134); }
td.TdClassName
{
border-color: #021186;
}
.TagClassName
{
border-color: #021186;
}
</style>