Shades of Java #219487
Tints of Java #219487
RGB
CMYK
RGB Variations
Color information
#219487 (or 0x219487) is known color: Java. HEX triplet: 21, 94 and 87. RGB value is (33,148,135). Sum of RGB (Red+Green+Blue) = 33+148+135=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #219487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219487 is #DE6B78. Grayscale: #707070. Windows color (decimal): -14576505 or 8885281. OLE color: 8885281.
HSL color Cylindrical-coordinate representation of color #219487: hue angle of 173.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219487 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 135 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.42 |
| HSL | 173.22º | 0.64% | 0.35% | - |
| HSV(B) | 173.22º | 0.78% | 0.58% | - |
| XYZ | 15.59 | 23.25 | 26.59 | - |
| YUV | 112.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 135 | 0.78 | 0 | 0.09 | 0.42 | 173.22 | 0.64 | 0.35 |
| Hex | 21 | 94 | 87 | 4E | 0 | 9 | 2A | AD | 40 | 23 |
| Octal | 41 | 224 | 207 | 116 | 0 | 11 | 52 | 255 | 100 | 43 |
| Binary | 100001 | 10010100 | 10000111 | 1001110 | 0 | 1001 | 101010 | 10101101 | 1000000 | 100011 |
Color Harmonies of #219487
Complementary color
Monochromatic Colors of #219487
Black with #219487
Text Example
Text Example
White with #219487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219487; }
p { color: rgb(33,148,135); }
H1.HeaderClassName
{
color: #219487;
}
.AnyTagClassName
{
color: #219487;
}
</style>
background-color css
<style>
a { background-color: #219487; }
a { background-color: rgb(33,148,135); }
div.DivClassName
{
background-color: #219487;
}
.BgClassName
{
background-color: #219487;
}
</style>
border-color css
<style>
span { border-color: #219487; }
span { border-color: rgb(33,148,135); }
td.TdClassName
{
border-color: #219487;
}
.TagClassName
{
border-color: #219487;
}
</style>