Shades of Java #20949E
Tints of Java #20949E
RGB
CMYK
RGB Variations
Color information
#20949E (or 0x20949E) is known color: Java. HEX triplet: 20, 94 and 9E. RGB value is (32,148,158). Sum of RGB (Red+Green+Blue) = 32+148+158=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #20949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20949E is #DF6B61. Grayscale: #727272. Windows color (decimal): -14642018 or 10392608. OLE color: 10392608.
HSL color Cylindrical-coordinate representation of color #20949E: hue angle of 184.76º 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 #20949E is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 148 | 158 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.38 |
| HSL | 184.76º | 0.66% | 0.37% | - |
| HSV(B) | 184.76º | 0.8% | 0.62% | - |
| XYZ | 17.36 | 23.96 | 36.06 | - |
| YUV | 114.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 148 | 158 | 0.80 | 0.06 | 0 | 0.38 | 184.76 | 0.66 | 0.37 |
| Hex | 20 | 94 | 9E | 50 | 6 | 0 | 26 | B9 | 42 | 25 |
| Octal | 40 | 224 | 236 | 120 | 6 | 0 | 46 | 271 | 102 | 45 |
| Binary | 100000 | 10010100 | 10011110 | 1010000 | 110 | 0 | 100110 | 10111001 | 1000010 | 100101 |
Color Harmonies of #20949E
Complementary color
Monochromatic Colors of #20949E
Black with #20949E
Text Example
Text Example
White with #20949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20949E; }
p { color: rgb(32,148,158); }
H1.HeaderClassName
{
color: #20949E;
}
.AnyTagClassName
{
color: #20949E;
}
</style>
background-color css
<style>
a { background-color: #20949E; }
a { background-color: rgb(32,148,158); }
div.DivClassName
{
background-color: #20949E;
}
.BgClassName
{
background-color: #20949E;
}
</style>
border-color css
<style>
span { border-color: #20949E; }
span { border-color: rgb(32,148,158); }
td.TdClassName
{
border-color: #20949E;
}
.TagClassName
{
border-color: #20949E;
}
</style>