Shades of Java #20969F
Tints of Java #20969F
RGB
CMYK
RGB Variations
Color information
#20969F (or 0x20969F) is known color: Java. HEX triplet: 20, 96 and 9F. RGB value is (32,150,159). Sum of RGB (Red+Green+Blue) = 32+150+159=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #20969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20969F is #DF6960. Grayscale: #737373. Windows color (decimal): -14641505 or 10458656. OLE color: 10458656.
HSL color Cylindrical-coordinate representation of color #20969F: hue angle of 184.25º 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 #20969F is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 150 | 159 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.38 |
| HSL | 184.25º | 0.66% | 0.37% | - |
| HSV(B) | 184.25º | 0.8% | 0.62% | - |
| XYZ | 17.76 | 24.62 | 36.62 | - |
| YUV | 115.74 | 152.41 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 159 | 0.80 | 0.06 | 0 | 0.38 | 184.25 | 0.66 | 0.37 |
| Hex | 20 | 96 | 9F | 50 | 6 | 0 | 26 | B8 | 42 | 25 |
| Octal | 40 | 226 | 237 | 120 | 6 | 0 | 46 | 270 | 102 | 45 |
| Binary | 100000 | 10010110 | 10011111 | 1010000 | 110 | 0 | 100110 | 10111000 | 1000010 | 100101 |
Color Harmonies of #20969F
Complementary color
Monochromatic Colors of #20969F
Black with #20969F
Text Example
Text Example
White with #20969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20969F; }
p { color: rgb(32,150,159); }
H1.HeaderClassName
{
color: #20969F;
}
.AnyTagClassName
{
color: #20969F;
}
</style>
background-color css
<style>
a { background-color: #20969F; }
a { background-color: rgb(32,150,159); }
div.DivClassName
{
background-color: #20969F;
}
.BgClassName
{
background-color: #20969F;
}
</style>
border-color css
<style>
span { border-color: #20969F; }
span { border-color: rgb(32,150,159); }
td.TdClassName
{
border-color: #20969F;
}
.TagClassName
{
border-color: #20969F;
}
</style>