Shades of Java #20929F
Tints of Java #20929F
RGB
CMYK
RGB Variations
Color information
#20929F (or 0x20929F) is known color: Java. HEX triplet: 20, 92 and 9F. RGB value is (32,146,159). Sum of RGB (Red+Green+Blue) = 32+146+159=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #20929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20929F is #DF6D60. Grayscale: #717171. Windows color (decimal): -14642529 or 10457632. OLE color: 10457632.
HSL color Cylindrical-coordinate representation of color #20929F: hue angle of 186.14º 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 #20929F is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 146 | 159 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.38 |
| HSL | 186.14º | 0.66% | 0.37% | - |
| HSV(B) | 186.14º | 0.8% | 0.62% | - |
| XYZ | 17.13 | 23.37 | 36.41 | - |
| YUV | 113.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 159 | 0.80 | 0.08 | 0 | 0.38 | 186.14 | 0.66 | 0.37 |
| Hex | 20 | 92 | 9F | 50 | 8 | 0 | 26 | BA | 42 | 25 |
| Octal | 40 | 222 | 237 | 120 | 10 | 0 | 46 | 272 | 102 | 45 |
| Binary | 100000 | 10010010 | 10011111 | 1010000 | 1000 | 0 | 100110 | 10111010 | 1000010 | 100101 |
Color Harmonies of #20929F
Complementary color
Monochromatic Colors of #20929F
Black with #20929F
Text Example
Text Example
White with #20929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20929F; }
p { color: rgb(32,146,159); }
H1.HeaderClassName
{
color: #20929F;
}
.AnyTagClassName
{
color: #20929F;
}
</style>
background-color css
<style>
a { background-color: #20929F; }
a { background-color: rgb(32,146,159); }
div.DivClassName
{
background-color: #20929F;
}
.BgClassName
{
background-color: #20929F;
}
</style>
border-color css
<style>
span { border-color: #20929F; }
span { border-color: rgb(32,146,159); }
td.TdClassName
{
border-color: #20929F;
}
.TagClassName
{
border-color: #20929F;
}
</style>