Shades of Java #209088
Tints of Java #209088
RGB
CMYK
RGB Variations
Color information
#209088 (or 0x209088) is known color: Java. HEX triplet: 20, 90 and 88. RGB value is (32,144,136). Sum of RGB (Red+Green+Blue) = 32+144+136=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #209088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209088 is #DF6F77. Grayscale: #6D6D6D. Windows color (decimal): -14643064 or 8949792. OLE color: 8949792.
HSL color Cylindrical-coordinate representation of color #209088: hue angle of 175.71º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209088 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 144 | 136 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.44 |
| HSL | 175.71º | 0.64% | 0.35% | - |
| HSV(B) | 175.71º | 0.78% | 0.56% | - |
| XYZ | 15.01 | 22.03 | 26.75 | - |
| YUV | 109.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 136 | 0.78 | 0 | 0.06 | 0.44 | 175.71 | 0.64 | 0.35 |
| Hex | 20 | 90 | 88 | 4E | 0 | 6 | 2C | B0 | 40 | 23 |
| Octal | 40 | 220 | 210 | 116 | 0 | 6 | 54 | 260 | 100 | 43 |
| Binary | 100000 | 10010000 | 10001000 | 1001110 | 0 | 110 | 101100 | 10110000 | 1000000 | 100011 |
Color Harmonies of #209088
Complementary color
Monochromatic Colors of #209088
Black with #209088
Text Example
Text Example
White with #209088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209088; }
p { color: rgb(32,144,136); }
H1.HeaderClassName
{
color: #209088;
}
.AnyTagClassName
{
color: #209088;
}
</style>
background-color css
<style>
a { background-color: #209088; }
a { background-color: rgb(32,144,136); }
div.DivClassName
{
background-color: #209088;
}
.BgClassName
{
background-color: #209088;
}
</style>
border-color css
<style>
span { border-color: #209088; }
span { border-color: rgb(32,144,136); }
td.TdClassName
{
border-color: #209088;
}
.TagClassName
{
border-color: #209088;
}
</style>