Shades of Java #219499
Tints of Java #219499
RGB
CMYK
RGB Variations
Color information
#219499 (or 0x219499) is known color: Java. HEX triplet: 21, 94 and 99. RGB value is (33,148,153). Sum of RGB (Red+Green+Blue) = 33+148+153=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #219499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219499 is #DE6B66. Grayscale: #727272. Windows color (decimal): -14576487 or 10064929. OLE color: 10064929.
HSL color Cylindrical-coordinate representation of color #219499: hue angle of 182.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 #219499 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 148 | 153 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.4 |
| HSL | 182.5º | 0.65% | 0.36% | - |
| HSV(B) | 182.5º | 0.78% | 0.6% | - |
| XYZ | 16.97 | 23.8 | 33.84 | - |
| YUV | 114.19 | 149.9 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 153 | 0.78 | 0.03 | 0 | 0.4 | 182.5 | 0.65 | 0.36 |
| Hex | 21 | 94 | 99 | 4E | 3 | 0 | 28 | B6 | 41 | 24 |
| Octal | 41 | 224 | 231 | 116 | 3 | 0 | 50 | 266 | 101 | 44 |
| Binary | 100001 | 10010100 | 10011001 | 1001110 | 11 | 0 | 101000 | 10110110 | 1000001 | 100100 |
Color Harmonies of #219499
Complementary color
Monochromatic Colors of #219499
Black with #219499
Text Example
Text Example
White with #219499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219499; }
p { color: rgb(33,148,153); }
H1.HeaderClassName
{
color: #219499;
}
.AnyTagClassName
{
color: #219499;
}
</style>
background-color css
<style>
a { background-color: #219499; }
a { background-color: rgb(33,148,153); }
div.DivClassName
{
background-color: #219499;
}
.BgClassName
{
background-color: #219499;
}
</style>
border-color css
<style>
span { border-color: #219499; }
span { border-color: rgb(33,148,153); }
td.TdClassName
{
border-color: #219499;
}
.TagClassName
{
border-color: #219499;
}
</style>