Shades of Java #209487
Tints of Java #209487
RGB
CMYK
RGB Variations
Color information
#209487 (or 0x209487) is known color: Java. HEX triplet: 20, 94 and 87. RGB value is (32,148,135). Sum of RGB (Red+Green+Blue) = 32+148+135=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #209487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209487 is #DF6B78. Grayscale: #6F6F6F. Windows color (decimal): -14642041 or 8885280. OLE color: 8885280.
HSL color Cylindrical-coordinate representation of color #209487: hue angle of 173.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209487 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 148 | 135 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.42 |
| HSL | 173.28º | 0.64% | 0.35% | - |
| HSV(B) | 173.28º | 0.78% | 0.58% | - |
| XYZ | 15.56 | 23.24 | 26.59 | - |
| YUV | 111.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 135 | 0.78 | 0 | 0.09 | 0.42 | 173.28 | 0.64 | 0.35 |
| Hex | 20 | 94 | 87 | 4E | 0 | 9 | 2A | AD | 40 | 23 |
| Octal | 40 | 224 | 207 | 116 | 0 | 11 | 52 | 255 | 100 | 43 |
| Binary | 100000 | 10010100 | 10000111 | 1001110 | 0 | 1001 | 101010 | 10101101 | 1000000 | 100011 |
Color Harmonies of #209487
Complementary color
Monochromatic Colors of #209487
Black with #209487
Text Example
Text Example
White with #209487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209487; }
p { color: rgb(32,148,135); }
H1.HeaderClassName
{
color: #209487;
}
.AnyTagClassName
{
color: #209487;
}
</style>
background-color css
<style>
a { background-color: #209487; }
a { background-color: rgb(32,148,135); }
div.DivClassName
{
background-color: #209487;
}
.BgClassName
{
background-color: #209487;
}
</style>
border-color css
<style>
span { border-color: #209487; }
span { border-color: rgb(32,148,135); }
td.TdClassName
{
border-color: #209487;
}
.TagClassName
{
border-color: #209487;
}
</style>