Shades of Java #219699
Tints of Java #219699
RGB
CMYK
RGB Variations
Color information
#219699 (or 0x219699) is known color: Java. HEX triplet: 21, 96 and 99. RGB value is (33,150,153). Sum of RGB (Red+Green+Blue) = 33+150+153=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #219699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219699 is #DE6966. Grayscale: #737373. Windows color (decimal): -14575975 or 10065441. OLE color: 10065441.
HSL color Cylindrical-coordinate representation of color #219699: hue angle of 181.5º degrees, saturation: 0.65, 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 #219699 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 150 | 153 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.4 |
| HSL | 181.5º | 0.65% | 0.36% | - |
| HSV(B) | 181.5º | 0.78% | 0.6% | - |
| XYZ | 17.28 | 24.44 | 33.94 | - |
| YUV | 115.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 153 | 0.78 | 0.02 | 0 | 0.4 | 181.5 | 0.65 | 0.36 |
| Hex | 21 | 96 | 99 | 4E | 2 | 0 | 28 | B6 | 41 | 24 |
| Octal | 41 | 226 | 231 | 116 | 2 | 0 | 50 | 266 | 101 | 44 |
| Binary | 100001 | 10010110 | 10011001 | 1001110 | 10 | 0 | 101000 | 10110110 | 1000001 | 100100 |
Color Harmonies of #219699
Complementary color
Monochromatic Colors of #219699
Black with #219699
Text Example
Text Example
White with #219699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219699; }
p { color: rgb(33,150,153); }
H1.HeaderClassName
{
color: #219699;
}
.AnyTagClassName
{
color: #219699;
}
</style>
background-color css
<style>
a { background-color: #219699; }
a { background-color: rgb(33,150,153); }
div.DivClassName
{
background-color: #219699;
}
.BgClassName
{
background-color: #219699;
}
</style>
border-color css
<style>
span { border-color: #219699; }
span { border-color: rgb(33,150,153); }
td.TdClassName
{
border-color: #219699;
}
.TagClassName
{
border-color: #219699;
}
</style>