Shades of Java #219891
Tints of Java #219891
RGB
CMYK
RGB Variations
Color information
#219891 (or 0x219891) is known color: Java. HEX triplet: 21, 98 and 91. RGB value is (33,152,145). Sum of RGB (Red+Green+Blue) = 33+152+145=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #219891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219891 is #DE676E. Grayscale: #737373. Windows color (decimal): -14575471 or 9541665. OLE color: 9541665.
HSL color Cylindrical-coordinate representation of color #219891: hue angle of 176.47º 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 #219891 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 145 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.40 |
| HSL | 176.47º | 0.64% | 0.36% | - |
| HSV(B) | 176.47º | 0.78% | 0.6% | - |
| XYZ | 16.97 | 24.82 | 30.69 | - |
| YUV | 115.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 145 | 0.78 | 0 | 0.05 | 0.40 | 176.47 | 0.64 | 0.36 |
| Hex | 21 | 98 | 91 | 4E | 0 | 5 | 28 | B0 | 40 | 24 |
| Octal | 41 | 230 | 221 | 116 | 0 | 5 | 50 | 260 | 100 | 44 |
| Binary | 100001 | 10011000 | 10010001 | 1001110 | 0 | 101 | 101000 | 10110000 | 1000000 | 100100 |
Color Harmonies of #219891
Complementary color
Monochromatic Colors of #219891
Black with #219891
Text Example
Text Example
White with #219891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219891; }
p { color: rgb(33,152,145); }
H1.HeaderClassName
{
color: #219891;
}
.AnyTagClassName
{
color: #219891;
}
</style>
background-color css
<style>
a { background-color: #219891; }
a { background-color: rgb(33,152,145); }
div.DivClassName
{
background-color: #219891;
}
.BgClassName
{
background-color: #219891;
}
</style>
border-color css
<style>
span { border-color: #219891; }
span { border-color: rgb(33,152,145); }
td.TdClassName
{
border-color: #219891;
}
.TagClassName
{
border-color: #219891;
}
</style>