Shades of Java #219B9F
Tints of Java #219B9F
RGB
CMYK
RGB Variations
Color information
#219B9F (or 0x219B9F) is known color: Java. HEX triplet: 21, 9B and 9F. RGB value is (33,155,159). Sum of RGB (Red+Green+Blue) = 33+155+159=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #219B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B9F is #DE6460. Grayscale: #767676. Windows color (decimal): -14574689 or 10459937. OLE color: 10459937.
HSL color Cylindrical-coordinate representation of color #219B9F: hue angle of 181.9º 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 #219B9F is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 155 | 159 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.38 |
| HSL | 181.9º | 0.66% | 0.38% | - |
| HSV(B) | 181.9º | 0.79% | 0.62% | - |
| XYZ | 18.61 | 26.27 | 36.89 | - |
| YUV | 118.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 159 | 0.79 | 0.03 | 0 | 0.38 | 181.9 | 0.66 | 0.38 |
| Hex | 21 | 9B | 9F | 4F | 3 | 0 | 26 | B6 | 42 | 26 |
| Octal | 41 | 233 | 237 | 117 | 3 | 0 | 46 | 266 | 102 | 46 |
| Binary | 100001 | 10011011 | 10011111 | 1001111 | 11 | 0 | 100110 | 10110110 | 1000010 | 100110 |
Color Harmonies of #219B9F
Complementary color
Monochromatic Colors of #219B9F
Black with #219B9F
Text Example
Text Example
White with #219B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B9F; }
p { color: rgb(33,155,159); }
H1.HeaderClassName
{
color: #219B9F;
}
.AnyTagClassName
{
color: #219B9F;
}
</style>
background-color css
<style>
a { background-color: #219B9F; }
a { background-color: rgb(33,155,159); }
div.DivClassName
{
background-color: #219B9F;
}
.BgClassName
{
background-color: #219B9F;
}
</style>
border-color css
<style>
span { border-color: #219B9F; }
span { border-color: rgb(33,155,159); }
td.TdClassName
{
border-color: #219B9F;
}
.TagClassName
{
border-color: #219B9F;
}
</style>