Shades of Java #20909E
Tints of Java #20909E
RGB
CMYK
RGB Variations
Color information
#20909E (or 0x20909E) is known color: Java. HEX triplet: 20, 90 and 9E. RGB value is (32,144,158). Sum of RGB (Red+Green+Blue) = 32+144+158=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #20909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20909E is #DF6F61. Grayscale: #6F6F6F. Windows color (decimal): -14643042 or 10391584. OLE color: 10391584.
HSL color Cylindrical-coordinate representation of color #20909E: hue angle of 186.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 #20909E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 144 | 158 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.38 |
| HSL | 186.67º | 0.66% | 0.37% | - |
| HSV(B) | 186.67º | 0.8% | 0.62% | - |
| XYZ | 16.74 | 22.72 | 35.85 | - |
| YUV | 112.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 158 | 0.80 | 0.09 | 0 | 0.38 | 186.67 | 0.66 | 0.37 |
| Hex | 20 | 90 | 9E | 50 | 9 | 0 | 26 | BB | 42 | 25 |
| Octal | 40 | 220 | 236 | 120 | 11 | 0 | 46 | 273 | 102 | 45 |
| Binary | 100000 | 10010000 | 10011110 | 1010000 | 1001 | 0 | 100110 | 10111011 | 1000010 | 100101 |
Color Harmonies of #20909E
Complementary color
Monochromatic Colors of #20909E
Black with #20909E
Text Example
Text Example
White with #20909E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20909E; }
p { color: rgb(32,144,158); }
H1.HeaderClassName
{
color: #20909E;
}
.AnyTagClassName
{
color: #20909E;
}
</style>
background-color css
<style>
a { background-color: #20909E; }
a { background-color: rgb(32,144,158); }
div.DivClassName
{
background-color: #20909E;
}
.BgClassName
{
background-color: #20909E;
}
</style>
border-color css
<style>
span { border-color: #20909E; }
span { border-color: rgb(32,144,158); }
td.TdClassName
{
border-color: #20909E;
}
.TagClassName
{
border-color: #20909E;
}
</style>