Shades of Java #20919F
Tints of Java #20919F
RGB
CMYK
RGB Variations
Color information
#20919F (or 0x20919F) is known color: Java. HEX triplet: 20, 91 and 9F. RGB value is (32,145,159). Sum of RGB (Red+Green+Blue) = 32+145+159=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #20919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20919F is #DF6E60. Grayscale: #707070. Windows color (decimal): -14642785 or 10457376. OLE color: 10457376.
HSL color Cylindrical-coordinate representation of color #20919F: hue angle of 186.61º 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 #20919F is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 145 | 159 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.38 |
| HSL | 186.61º | 0.66% | 0.37% | - |
| HSV(B) | 186.61º | 0.8% | 0.62% | - |
| XYZ | 16.98 | 23.06 | 36.36 | - |
| YUV | 112.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 159 | 0.80 | 0.09 | 0 | 0.38 | 186.61 | 0.66 | 0.37 |
| Hex | 20 | 91 | 9F | 50 | 9 | 0 | 26 | BB | 42 | 25 |
| Octal | 40 | 221 | 237 | 120 | 11 | 0 | 46 | 273 | 102 | 45 |
| Binary | 100000 | 10010001 | 10011111 | 1010000 | 1001 | 0 | 100110 | 10111011 | 1000010 | 100101 |
Color Harmonies of #20919F
Complementary color
Monochromatic Colors of #20919F
Black with #20919F
Text Example
Text Example
White with #20919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20919F; }
p { color: rgb(32,145,159); }
H1.HeaderClassName
{
color: #20919F;
}
.AnyTagClassName
{
color: #20919F;
}
</style>
background-color css
<style>
a { background-color: #20919F; }
a { background-color: rgb(32,145,159); }
div.DivClassName
{
background-color: #20919F;
}
.BgClassName
{
background-color: #20919F;
}
</style>
border-color css
<style>
span { border-color: #20919F; }
span { border-color: rgb(32,145,159); }
td.TdClassName
{
border-color: #20919F;
}
.TagClassName
{
border-color: #20919F;
}
</style>