Shades of Java #20919C
Tints of Java #20919C
RGB
CMYK
RGB Variations
Color information
#20919C (or 0x20919C) is known color: Java. HEX triplet: 20, 91 and 9C. RGB value is (32,145,156). Sum of RGB (Red+Green+Blue) = 32+145+156=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #20919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20919C is #DF6E63. Grayscale: #707070. Windows color (decimal): -14642788 or 10260768. OLE color: 10260768.
HSL color Cylindrical-coordinate representation of color #20919C: hue angle of 185.32º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20919C is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 145 | 156 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.39 |
| HSL | 185.32º | 0.66% | 0.37% | - |
| HSV(B) | 185.32º | 0.79% | 0.61% | - |
| XYZ | 16.72 | 22.96 | 35 | - |
| YUV | 112.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 156 | 0.79 | 0.07 | 0 | 0.39 | 185.32 | 0.66 | 0.37 |
| Hex | 20 | 91 | 9C | 4F | 7 | 0 | 27 | B9 | 42 | 25 |
| Octal | 40 | 221 | 234 | 117 | 7 | 0 | 47 | 271 | 102 | 45 |
| Binary | 100000 | 10010001 | 10011100 | 1001111 | 111 | 0 | 100111 | 10111001 | 1000010 | 100101 |
Color Harmonies of #20919C
Complementary color
Monochromatic Colors of #20919C
Black with #20919C
Text Example
Text Example
White with #20919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20919C; }
p { color: rgb(32,145,156); }
H1.HeaderClassName
{
color: #20919C;
}
.AnyTagClassName
{
color: #20919C;
}
</style>
background-color css
<style>
a { background-color: #20919C; }
a { background-color: rgb(32,145,156); }
div.DivClassName
{
background-color: #20919C;
}
.BgClassName
{
background-color: #20919C;
}
</style>
border-color css
<style>
span { border-color: #20919C; }
span { border-color: rgb(32,145,156); }
td.TdClassName
{
border-color: #20919C;
}
.TagClassName
{
border-color: #20919C;
}
</style>