Shades of Dark Blue #021886
Tints of Dark Blue #021886
RGB
CMYK
RGB Variations
Color information
#021886 (or 0x021886) is known color: Dark Blue. HEX triplet: 02, 18 and 86. RGB value is (2,24,134). Sum of RGB (Red+Green+Blue) = 2+24+134=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 134 (52.73% from 255 or 83.75% from 160); Max value from RGB is 134 - color contains mainly: blue. Hex color #021886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021886 is #FDE779. Grayscale: #1D1D1D. Windows color (decimal): -16639866 or 8787970. OLE color: 8787970.
HSL color Cylindrical-coordinate representation of color #021886: hue angle of 230º 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 #021886 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 24 | 134 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.47 |
| HSL | 230º | 0.97% | 0.27% | - |
| HSV(B) | 230º | 0.99% | 0.53% | - |
| XYZ | 4.65 | 2.39 | 22.77 | - |
| YUV | 29.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 134 | 0.99 | 0.82 | 0 | 0.47 | 230 | 0.97 | 0.27 |
| Hex | 2 | 18 | 86 | 63 | 52 | 0 | 2F | E6 | 61 | 1B |
| Octal | 2 | 30 | 206 | 143 | 122 | 0 | 57 | 346 | 141 | 33 |
| Binary | 10 | 11000 | 10000110 | 1100011 | 1010010 | 0 | 101111 | 11100110 | 1100001 | 11011 |
Color Harmonies of #021886
Complementary color
Monochromatic Colors of #021886
Black with #021886
Text Example
Text Example
White with #021886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021886; }
p { color: rgb(2,24,134); }
H1.HeaderClassName
{
color: #021886;
}
.AnyTagClassName
{
color: #021886;
}
</style>
background-color css
<style>
a { background-color: #021886; }
a { background-color: rgb(2,24,134); }
div.DivClassName
{
background-color: #021886;
}
.BgClassName
{
background-color: #021886;
}
</style>
border-color css
<style>
span { border-color: #021886; }
span { border-color: rgb(2,24,134); }
td.TdClassName
{
border-color: #021886;
}
.TagClassName
{
border-color: #021886;
}
</style>