Shades of Java #209DA1
Tints of Java #209DA1
RGB
CMYK
RGB Variations
Color information
#209DA1 (or 0x209DA1) is known color: Java. HEX triplet: 20, 9D and A1. RGB value is (32,157,161). Sum of RGB (Red+Green+Blue) = 32+157+161=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 161 - color contains mainly: blue. Hex color #209DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209DA1 is #DF625E. Grayscale: #777777. Windows color (decimal): -14639711 or 10591520. OLE color: 10591520.
HSL color Cylindrical-coordinate representation of color #209DA1: hue angle of 181.86º degrees, saturation: 0.67, 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 #209DA1 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 157 | 161 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.37 |
| HSL | 181.86º | 0.67% | 0.38% | - |
| HSV(B) | 181.86º | 0.8% | 0.63% | - |
| XYZ | 19.09 | 26.99 | 37.92 | - |
| YUV | 120.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 161 | 0.80 | 0.02 | 0 | 0.37 | 181.86 | 0.67 | 0.38 |
| Hex | 20 | 9D | A1 | 50 | 2 | 0 | 25 | B6 | 43 | 26 |
| Octal | 40 | 235 | 241 | 120 | 2 | 0 | 45 | 266 | 103 | 46 |
| Binary | 100000 | 10011101 | 10100001 | 1010000 | 10 | 0 | 100101 | 10110110 | 1000011 | 100110 |
Color Harmonies of #209DA1
Complementary color
Monochromatic Colors of #209DA1
Black with #209DA1
Text Example
Text Example
White with #209DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209DA1; }
p { color: rgb(32,157,161); }
H1.HeaderClassName
{
color: #209DA1;
}
.AnyTagClassName
{
color: #209DA1;
}
</style>
background-color css
<style>
a { background-color: #209DA1; }
a { background-color: rgb(32,157,161); }
div.DivClassName
{
background-color: #209DA1;
}
.BgClassName
{
background-color: #209DA1;
}
</style>
border-color css
<style>
span { border-color: #209DA1; }
span { border-color: rgb(32,157,161); }
td.TdClassName
{
border-color: #209DA1;
}
.TagClassName
{
border-color: #209DA1;
}
</style>