Shades of Java #209185
Tints of Java #209185
RGB
CMYK
RGB Variations
Color information
#209185 (or 0x209185) is known color: Java. HEX triplet: 20, 91 and 85. RGB value is (32,145,133). Sum of RGB (Red+Green+Blue) = 32+145+133=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #209185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209185 is #DF6E7A. Grayscale: #6D6D6D. Windows color (decimal): -14642811 or 8753440. OLE color: 8753440.
HSL color Cylindrical-coordinate representation of color #209185: hue angle of 173.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209185 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 133 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.43 |
| HSL | 173.63º | 0.64% | 0.35% | - |
| HSV(B) | 173.63º | 0.78% | 0.57% | - |
| XYZ | 14.95 | 22.25 | 25.7 | - |
| YUV | 109.85 | 141.06 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 133 | 0.78 | 0 | 0.08 | 0.43 | 173.63 | 0.64 | 0.35 |
| Hex | 20 | 91 | 85 | 4E | 0 | 8 | 2B | AE | 40 | 23 |
| Octal | 40 | 221 | 205 | 116 | 0 | 10 | 53 | 256 | 100 | 43 |
| Binary | 100000 | 10010001 | 10000101 | 1001110 | 0 | 1000 | 101011 | 10101110 | 1000000 | 100011 |
Color Harmonies of #209185
Complementary color
Monochromatic Colors of #209185
Black with #209185
Text Example
Text Example
White with #209185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209185; }
p { color: rgb(32,145,133); }
H1.HeaderClassName
{
color: #209185;
}
.AnyTagClassName
{
color: #209185;
}
</style>
background-color css
<style>
a { background-color: #209185; }
a { background-color: rgb(32,145,133); }
div.DivClassName
{
background-color: #209185;
}
.BgClassName
{
background-color: #209185;
}
</style>
border-color css
<style>
span { border-color: #209185; }
span { border-color: rgb(32,145,133); }
td.TdClassName
{
border-color: #209185;
}
.TagClassName
{
border-color: #209185;
}
</style>