Shades of Java #20919E
Tints of Java #20919E
RGB
CMYK
RGB Variations
Color information
#20919E (or 0x20919E) is known color: Java. HEX triplet: 20, 91 and 9E. RGB value is (32,145,158). Sum of RGB (Red+Green+Blue) = 32+145+158=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #20919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20919E is #DF6E61. Grayscale: #707070. Windows color (decimal): -14642786 or 10391840. OLE color: 10391840.
HSL color Cylindrical-coordinate representation of color #20919E: hue angle of 186.19º 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 #20919E is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 145 | 158 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.38 |
| HSL | 186.19º | 0.66% | 0.37% | - |
| HSV(B) | 186.19º | 0.8% | 0.62% | - |
| XYZ | 16.89 | 23.03 | 35.9 | - |
| YUV | 112.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 158 | 0.80 | 0.08 | 0 | 0.38 | 186.19 | 0.66 | 0.37 |
| Hex | 20 | 91 | 9E | 50 | 8 | 0 | 26 | BA | 42 | 25 |
| Octal | 40 | 221 | 236 | 120 | 10 | 0 | 46 | 272 | 102 | 45 |
| Binary | 100000 | 10010001 | 10011110 | 1010000 | 1000 | 0 | 100110 | 10111010 | 1000010 | 100101 |
Color Harmonies of #20919E
Complementary color
Monochromatic Colors of #20919E
Black with #20919E
Text Example
Text Example
White with #20919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20919E; }
p { color: rgb(32,145,158); }
H1.HeaderClassName
{
color: #20919E;
}
.AnyTagClassName
{
color: #20919E;
}
</style>
background-color css
<style>
a { background-color: #20919E; }
a { background-color: rgb(32,145,158); }
div.DivClassName
{
background-color: #20919E;
}
.BgClassName
{
background-color: #20919E;
}
</style>
border-color css
<style>
span { border-color: #20919E; }
span { border-color: rgb(32,145,158); }
td.TdClassName
{
border-color: #20919E;
}
.TagClassName
{
border-color: #20919E;
}
</style>