Shades of Java #219889
Tints of Java #219889
RGB
CMYK
RGB Variations
Color information
#219889 (or 0x219889) is known color: Java. HEX triplet: 21, 98 and 89. RGB value is (33,152,137). Sum of RGB (Red+Green+Blue) = 33+152+137=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #219889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219889 is #DE6776. Grayscale: #727272. Windows color (decimal): -14575479 or 9017377. OLE color: 9017377.
HSL color Cylindrical-coordinate representation of color #219889: hue angle of 172.44º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219889 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 137 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.40 |
| HSL | 172.44º | 0.64% | 0.36% | - |
| HSV(B) | 172.44º | 0.78% | 0.6% | - |
| XYZ | 16.37 | 24.59 | 27.55 | - |
| YUV | 114.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 137 | 0.78 | 0 | 0.10 | 0.40 | 172.44 | 0.64 | 0.36 |
| Hex | 21 | 98 | 89 | 4E | 0 | A | 28 | AC | 40 | 24 |
| Octal | 41 | 230 | 211 | 116 | 0 | 12 | 50 | 254 | 100 | 44 |
| Binary | 100001 | 10011000 | 10001001 | 1001110 | 0 | 1010 | 101000 | 10101100 | 1000000 | 100100 |
Color Harmonies of #219889
Complementary color
Monochromatic Colors of #219889
Black with #219889
Text Example
Text Example
White with #219889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219889; }
p { color: rgb(33,152,137); }
H1.HeaderClassName
{
color: #219889;
}
.AnyTagClassName
{
color: #219889;
}
</style>
background-color css
<style>
a { background-color: #219889; }
a { background-color: rgb(33,152,137); }
div.DivClassName
{
background-color: #219889;
}
.BgClassName
{
background-color: #219889;
}
</style>
border-color css
<style>
span { border-color: #219889; }
span { border-color: rgb(33,152,137); }
td.TdClassName
{
border-color: #219889;
}
.TagClassName
{
border-color: #219889;
}
</style>