Shades of Java #219587
Tints of Java #219587
RGB
CMYK
RGB Variations
Color information
#219587 (or 0x219587) is known color: Java. HEX triplet: 21, 95 and 87. RGB value is (33,149,135). Sum of RGB (Red+Green+Blue) = 33+149+135=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #219587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219587 is #DE6A78. Grayscale: #707070. Windows color (decimal): -14576249 or 8885537. OLE color: 8885537.
HSL color Cylindrical-coordinate representation of color #219587: hue angle of 172.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219587 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 135 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.42 |
| HSL | 172.76º | 0.64% | 0.36% | - |
| HSV(B) | 172.76º | 0.78% | 0.58% | - |
| XYZ | 15.75 | 23.57 | 26.64 | - |
| YUV | 112.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 135 | 0.78 | 0 | 0.09 | 0.42 | 172.76 | 0.64 | 0.36 |
| Hex | 21 | 95 | 87 | 4E | 0 | 9 | 2A | AD | 40 | 24 |
| Octal | 41 | 225 | 207 | 116 | 0 | 11 | 52 | 255 | 100 | 44 |
| Binary | 100001 | 10010101 | 10000111 | 1001110 | 0 | 1001 | 101010 | 10101101 | 1000000 | 100100 |
Color Harmonies of #219587
Complementary color
Monochromatic Colors of #219587
Black with #219587
Text Example
Text Example
White with #219587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219587; }
p { color: rgb(33,149,135); }
H1.HeaderClassName
{
color: #219587;
}
.AnyTagClassName
{
color: #219587;
}
</style>
background-color css
<style>
a { background-color: #219587; }
a { background-color: rgb(33,149,135); }
div.DivClassName
{
background-color: #219587;
}
.BgClassName
{
background-color: #219587;
}
</style>
border-color css
<style>
span { border-color: #219587; }
span { border-color: rgb(33,149,135); }
td.TdClassName
{
border-color: #219587;
}
.TagClassName
{
border-color: #219587;
}
</style>