Shades of Java #199188
Tints of Java #199188
RGB
CMYK
RGB Variations
Color information
#199188 (or 0x199188) is known color: Java. HEX triplet: 19, 91 and 88. RGB value is (25,145,136). Sum of RGB (Red+Green+Blue) = 25+145+136=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #199188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199188 is #E66E77. Grayscale: #6C6C6C. Windows color (decimal): -15101560 or 8950041. OLE color: 8950041.
HSL color Cylindrical-coordinate representation of color #199188: hue angle of 175.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199188 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 136 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.43 |
| HSL | 175.5º | 0.71% | 0.33% | - |
| HSV(B) | 175.5º | 0.83% | 0.57% | - |
| XYZ | 14.97 | 22.24 | 26.8 | - |
| YUV | 108.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 136 | 0.83 | 0 | 0.06 | 0.43 | 175.5 | 0.71 | 0.33 |
| Hex | 19 | 91 | 88 | 53 | 0 | 6 | 2B | B0 | 47 | 21 |
| Octal | 31 | 221 | 210 | 123 | 0 | 6 | 53 | 260 | 107 | 41 |
| Binary | 11001 | 10010001 | 10001000 | 1010011 | 0 | 110 | 101011 | 10110000 | 1000111 | 100001 |
Color Harmonies of #199188
Complementary color
Monochromatic Colors of #199188
Black with #199188
Text Example
Text Example
White with #199188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199188; }
p { color: rgb(25,145,136); }
H1.HeaderClassName
{
color: #199188;
}
.AnyTagClassName
{
color: #199188;
}
</style>
background-color css
<style>
a { background-color: #199188; }
a { background-color: rgb(25,145,136); }
div.DivClassName
{
background-color: #199188;
}
.BgClassName
{
background-color: #199188;
}
</style>
border-color css
<style>
span { border-color: #199188; }
span { border-color: rgb(25,145,136); }
td.TdClassName
{
border-color: #199188;
}
.TagClassName
{
border-color: #199188;
}
</style>