Shades of Java #20919B
Tints of Java #20919B
RGB
CMYK
RGB Variations
Color information
#20919B (or 0x20919B) is known color: Java. HEX triplet: 20, 91 and 9B. RGB value is (32,145,155). Sum of RGB (Red+Green+Blue) = 32+145+155=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #20919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20919B is #DF6E64. Grayscale: #707070. Windows color (decimal): -14642789 or 10195232. OLE color: 10195232.
HSL color Cylindrical-coordinate representation of color #20919B: hue angle of 184.88º 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 #20919B is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 145 | 155 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.39 |
| HSL | 184.88º | 0.66% | 0.37% | - |
| HSV(B) | 184.88º | 0.79% | 0.61% | - |
| XYZ | 16.64 | 22.92 | 34.56 | - |
| YUV | 112.35 | 152.06 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 155 | 0.79 | 0.06 | 0 | 0.39 | 184.88 | 0.66 | 0.37 |
| Hex | 20 | 91 | 9B | 4F | 6 | 0 | 27 | B9 | 42 | 25 |
| Octal | 40 | 221 | 233 | 117 | 6 | 0 | 47 | 271 | 102 | 45 |
| Binary | 100000 | 10010001 | 10011011 | 1001111 | 110 | 0 | 100111 | 10111001 | 1000010 | 100101 |
Color Harmonies of #20919B
Complementary color
Monochromatic Colors of #20919B
Black with #20919B
Text Example
Text Example
White with #20919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20919B; }
p { color: rgb(32,145,155); }
H1.HeaderClassName
{
color: #20919B;
}
.AnyTagClassName
{
color: #20919B;
}
</style>
background-color css
<style>
a { background-color: #20919B; }
a { background-color: rgb(32,145,155); }
div.DivClassName
{
background-color: #20919B;
}
.BgClassName
{
background-color: #20919B;
}
</style>
border-color css
<style>
span { border-color: #20919B; }
span { border-color: rgb(32,145,155); }
td.TdClassName
{
border-color: #20919B;
}
.TagClassName
{
border-color: #20919B;
}
</style>