Shades of Java #219DA1
Tints of Java #219DA1
RGB
CMYK
RGB Variations
Color information
#219DA1 (or 0x219DA1) is known color: Java. HEX triplet: 21, 9D and A1. RGB value is (33,157,161). Sum of RGB (Red+Green+Blue) = 33+157+161=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #219DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219DA1 is #DE625E. Grayscale: #787878. Windows color (decimal): -14574175 or 10591521. OLE color: 10591521.
HSL color Cylindrical-coordinate representation of color #219DA1: hue angle of 181.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219DA1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 157 | 161 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.37 |
| HSL | 181.88º | 0.66% | 0.38% | - |
| HSV(B) | 181.88º | 0.8% | 0.63% | - |
| XYZ | 19.12 | 27.01 | 37.92 | - |
| YUV | 120.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 161 | 0.80 | 0.02 | 0 | 0.37 | 181.88 | 0.66 | 0.38 |
| Hex | 21 | 9D | A1 | 50 | 2 | 0 | 25 | B6 | 42 | 26 |
| Octal | 41 | 235 | 241 | 120 | 2 | 0 | 45 | 266 | 102 | 46 |
| Binary | 100001 | 10011101 | 10100001 | 1010000 | 10 | 0 | 100101 | 10110110 | 1000010 | 100110 |
Color Harmonies of #219DA1
Complementary color
Monochromatic Colors of #219DA1
Black with #219DA1
Text Example
Text Example
White with #219DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DA1; }
p { color: rgb(33,157,161); }
H1.HeaderClassName
{
color: #219DA1;
}
.AnyTagClassName
{
color: #219DA1;
}
</style>
background-color css
<style>
a { background-color: #219DA1; }
a { background-color: rgb(33,157,161); }
div.DivClassName
{
background-color: #219DA1;
}
.BgClassName
{
background-color: #219DA1;
}
</style>
border-color css
<style>
span { border-color: #219DA1; }
span { border-color: rgb(33,157,161); }
td.TdClassName
{
border-color: #219DA1;
}
.TagClassName
{
border-color: #219DA1;
}
</style>