Shades of Java #20939F
Tints of Java #20939F
RGB
CMYK
RGB Variations
Color information
#20939F (or 0x20939F) is known color: Java. HEX triplet: 20, 93 and 9F. RGB value is (32,147,159). Sum of RGB (Red+Green+Blue) = 32+147+159=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #20939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20939F is #DF6C60. Grayscale: #717171. Windows color (decimal): -14642273 or 10457888. OLE color: 10457888.
HSL color Cylindrical-coordinate representation of color #20939F: hue angle of 185.67º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20939F is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 147 | 159 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.38 |
| HSL | 185.67º | 0.66% | 0.37% | - |
| HSV(B) | 185.67º | 0.8% | 0.62% | - |
| XYZ | 17.29 | 23.68 | 36.46 | - |
| YUV | 113.98 | 153.4 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 159 | 0.80 | 0.08 | 0 | 0.38 | 185.67 | 0.66 | 0.37 |
| Hex | 20 | 93 | 9F | 50 | 8 | 0 | 26 | BA | 42 | 25 |
| Octal | 40 | 223 | 237 | 120 | 10 | 0 | 46 | 272 | 102 | 45 |
| Binary | 100000 | 10010011 | 10011111 | 1010000 | 1000 | 0 | 100110 | 10111010 | 1000010 | 100101 |
Color Harmonies of #20939F
Complementary color
Monochromatic Colors of #20939F
Black with #20939F
Text Example
Text Example
White with #20939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20939F; }
p { color: rgb(32,147,159); }
H1.HeaderClassName
{
color: #20939F;
}
.AnyTagClassName
{
color: #20939F;
}
</style>
background-color css
<style>
a { background-color: #20939F; }
a { background-color: rgb(32,147,159); }
div.DivClassName
{
background-color: #20939F;
}
.BgClassName
{
background-color: #20939F;
}
</style>
border-color css
<style>
span { border-color: #20939F; }
span { border-color: rgb(32,147,159); }
td.TdClassName
{
border-color: #20939F;
}
.TagClassName
{
border-color: #20939F;
}
</style>