Shades of Java #209095
Tints of Java #209095
RGB
CMYK
RGB Variations
Color information
#209095 (or 0x209095) is known color: Java. HEX triplet: 20, 90 and 95. RGB value is (32,144,149). Sum of RGB (Red+Green+Blue) = 32+144+149=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #209095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209095 is #DF6F6A. Grayscale: #6E6E6E. Windows color (decimal): -14643051 or 9801760. OLE color: 9801760.
HSL color Cylindrical-coordinate representation of color #209095: hue angle of 182.56º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209095 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 144 | 149 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.42 |
| HSL | 182.56º | 0.65% | 0.35% | - |
| HSV(B) | 182.56º | 0.79% | 0.58% | - |
| XYZ | 15.99 | 22.42 | 31.92 | - |
| YUV | 111.08 | 149.39 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 144 | 149 | 0.79 | 0.03 | 0 | 0.42 | 182.56 | 0.65 | 0.35 |
| Hex | 20 | 90 | 95 | 4F | 3 | 0 | 2A | B7 | 41 | 23 |
| Octal | 40 | 220 | 225 | 117 | 3 | 0 | 52 | 267 | 101 | 43 |
| Binary | 100000 | 10010000 | 10010101 | 1001111 | 11 | 0 | 101010 | 10110111 | 1000001 | 100011 |
Color Harmonies of #209095
Complementary color
Monochromatic Colors of #209095
Black with #209095
Text Example
Text Example
White with #209095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209095; }
p { color: rgb(32,144,149); }
H1.HeaderClassName
{
color: #209095;
}
.AnyTagClassName
{
color: #209095;
}
</style>
background-color css
<style>
a { background-color: #209095; }
a { background-color: rgb(32,144,149); }
div.DivClassName
{
background-color: #209095;
}
.BgClassName
{
background-color: #209095;
}
</style>
border-color css
<style>
span { border-color: #209095; }
span { border-color: rgb(32,144,149); }
td.TdClassName
{
border-color: #209095;
}
.TagClassName
{
border-color: #209095;
}
</style>