Shades of Java #219E9F
Tints of Java #219E9F
RGB
CMYK
RGB Variations
Color information
#219E9F (or 0x219E9F) is known color: Java. HEX triplet: 21, 9E and 9F. RGB value is (33,158,159). Sum of RGB (Red+Green+Blue) = 33+158+159=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #219E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219E9F is #DE6160. Grayscale: #787878. Windows color (decimal): -14573921 or 10460705. OLE color: 10460705.
HSL color Cylindrical-coordinate representation of color #219E9F: hue angle of 180.48º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219E9F is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 158 | 159 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.38 |
| HSL | 180.48º | 0.66% | 0.38% | - |
| HSV(B) | 180.48º | 0.79% | 0.62% | - |
| XYZ | 19.11 | 27.28 | 37.06 | - |
| YUV | 120.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 159 | 0.79 | 0.01 | 0 | 0.38 | 180.48 | 0.66 | 0.38 |
| Hex | 21 | 9E | 9F | 4F | 1 | 0 | 26 | B4 | 42 | 26 |
| Octal | 41 | 236 | 237 | 117 | 1 | 0 | 46 | 264 | 102 | 46 |
| Binary | 100001 | 10011110 | 10011111 | 1001111 | 1 | 0 | 100110 | 10110100 | 1000010 | 100110 |
Color Harmonies of #219E9F
Complementary color
Monochromatic Colors of #219E9F
Black with #219E9F
Text Example
Text Example
White with #219E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219E9F; }
p { color: rgb(33,158,159); }
H1.HeaderClassName
{
color: #219E9F;
}
.AnyTagClassName
{
color: #219E9F;
}
</style>
background-color css
<style>
a { background-color: #219E9F; }
a { background-color: rgb(33,158,159); }
div.DivClassName
{
background-color: #219E9F;
}
.BgClassName
{
background-color: #219E9F;
}
</style>
border-color css
<style>
span { border-color: #219E9F; }
span { border-color: rgb(33,158,159); }
td.TdClassName
{
border-color: #219E9F;
}
.TagClassName
{
border-color: #219E9F;
}
</style>