Shades of Java #209187
Tints of Java #209187
RGB
CMYK
RGB Variations
Color information
#209187 (or 0x209187) is known color: Java. HEX triplet: 20, 91 and 87. RGB value is (32,145,135). Sum of RGB (Red+Green+Blue) = 32+145+135=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #209187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209187 is #DF6E78. Grayscale: #6D6D6D. Windows color (decimal): -14642809 or 8884512. OLE color: 8884512.
HSL color Cylindrical-coordinate representation of color #209187: hue angle of 174.69º 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 #209187 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 145 | 135 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.43 |
| HSL | 174.69º | 0.64% | 0.35% | - |
| HSV(B) | 174.69º | 0.78% | 0.57% | - |
| XYZ | 15.09 | 22.31 | 26.43 | - |
| YUV | 110.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 135 | 0.78 | 0 | 0.07 | 0.43 | 174.69 | 0.64 | 0.35 |
| Hex | 20 | 91 | 87 | 4E | 0 | 7 | 2B | AF | 40 | 23 |
| Octal | 40 | 221 | 207 | 116 | 0 | 7 | 53 | 257 | 100 | 43 |
| Binary | 100000 | 10010001 | 10000111 | 1001110 | 0 | 111 | 101011 | 10101111 | 1000000 | 100011 |
Color Harmonies of #209187
Complementary color
Monochromatic Colors of #209187
Black with #209187
Text Example
Text Example
White with #209187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209187; }
p { color: rgb(32,145,135); }
H1.HeaderClassName
{
color: #209187;
}
.AnyTagClassName
{
color: #209187;
}
</style>
background-color css
<style>
a { background-color: #209187; }
a { background-color: rgb(32,145,135); }
div.DivClassName
{
background-color: #209187;
}
.BgClassName
{
background-color: #209187;
}
</style>
border-color css
<style>
span { border-color: #209187; }
span { border-color: rgb(32,145,135); }
td.TdClassName
{
border-color: #209187;
}
.TagClassName
{
border-color: #209187;
}
</style>