Shades of Dark Blue #021189
Tints of Dark Blue #021189
RGB
CMYK
RGB Variations
Color information
#021189 (or 0x021189) is known color: Dark Blue. HEX triplet: 02, 11 and 89. RGB value is (2,17,137). Sum of RGB (Red+Green+Blue) = 2+17+137=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #021189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021189 is #FDEE76. Grayscale: #191919. Windows color (decimal): -16641655 or 8982786. OLE color: 8982786.
HSL color Cylindrical-coordinate representation of color #021189: hue angle of 233.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021189 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 17 | 137 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.46 |
| HSL | 233.33º | 0.97% | 0.27% | - |
| HSV(B) | 233.33º | 0.99% | 0.54% | - |
| XYZ | 4.74 | 2.22 | 23.85 | - |
| YUV | 26.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 137 | 0.99 | 0.88 | 0 | 0.46 | 233.33 | 0.97 | 0.27 |
| Hex | 2 | 11 | 89 | 63 | 58 | 0 | 2E | E9 | 61 | 1B |
| Octal | 2 | 21 | 211 | 143 | 130 | 0 | 56 | 351 | 141 | 33 |
| Binary | 10 | 10001 | 10001001 | 1100011 | 1011000 | 0 | 101110 | 11101001 | 1100001 | 11011 |
Color Harmonies of #021189
Complementary color
Monochromatic Colors of #021189
Black with #021189
Text Example
Text Example
White with #021189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021189; }
p { color: rgb(2,17,137); }
H1.HeaderClassName
{
color: #021189;
}
.AnyTagClassName
{
color: #021189;
}
</style>
background-color css
<style>
a { background-color: #021189; }
a { background-color: rgb(2,17,137); }
div.DivClassName
{
background-color: #021189;
}
.BgClassName
{
background-color: #021189;
}
</style>
border-color css
<style>
span { border-color: #021189; }
span { border-color: rgb(2,17,137); }
td.TdClassName
{
border-color: #021189;
}
.TagClassName
{
border-color: #021189;
}
</style>