Shades of Java #209195
Tints of Java #209195
RGB
CMYK
RGB Variations
Color information
#209195 (or 0x209195) is known color: Java. HEX triplet: 20, 91 and 95. RGB value is (32,145,149). Sum of RGB (Red+Green+Blue) = 32+145+149=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #209195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209195 is #DF6E6A. Grayscale: #6F6F6F. Windows color (decimal): -14642795 or 9802016. OLE color: 9802016.
HSL color Cylindrical-coordinate representation of color #209195: hue angle of 182.05º 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 #209195 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 145 | 149 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.42 |
| HSL | 182.05º | 0.65% | 0.35% | - |
| HSV(B) | 182.05º | 0.79% | 0.58% | - |
| XYZ | 16.15 | 22.73 | 31.97 | - |
| YUV | 111.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 145 | 149 | 0.79 | 0.03 | 0 | 0.42 | 182.05 | 0.65 | 0.35 |
| Hex | 20 | 91 | 95 | 4F | 3 | 0 | 2A | B6 | 41 | 23 |
| Octal | 40 | 221 | 225 | 117 | 3 | 0 | 52 | 266 | 101 | 43 |
| Binary | 100000 | 10010001 | 10010101 | 1001111 | 11 | 0 | 101010 | 10110110 | 1000001 | 100011 |
Color Harmonies of #209195
Complementary color
Monochromatic Colors of #209195
Black with #209195
Text Example
Text Example
White with #209195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209195; }
p { color: rgb(32,145,149); }
H1.HeaderClassName
{
color: #209195;
}
.AnyTagClassName
{
color: #209195;
}
</style>
background-color css
<style>
a { background-color: #209195; }
a { background-color: rgb(32,145,149); }
div.DivClassName
{
background-color: #209195;
}
.BgClassName
{
background-color: #209195;
}
</style>
border-color css
<style>
span { border-color: #209195; }
span { border-color: rgb(32,145,149); }
td.TdClassName
{
border-color: #209195;
}
.TagClassName
{
border-color: #209195;
}
</style>