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