Shades of Java #199187
Tints of Java #199187
RGB
CMYK
RGB Variations
Color information
#199187 (or 0x199187) is known color: Java. HEX triplet: 19, 91 and 87. RGB value is (25,145,135). Sum of RGB (Red+Green+Blue) = 25+145+135=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #199187 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199187 is #E66E78. Grayscale: #6B6B6B. Windows color (decimal): -15101561 or 8884505. OLE color: 8884505.
HSL color Cylindrical-coordinate representation of color #199187: hue angle of 175º 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 #199187 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 135 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.43 |
| HSL | 175º | 0.71% | 0.33% | - |
| HSV(B) | 175º | 0.83% | 0.57% | - |
| XYZ | 14.9 | 22.21 | 26.42 | - |
| YUV | 107.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 135 | 0.83 | 0 | 0.07 | 0.43 | 175 | 0.71 | 0.33 |
| Hex | 19 | 91 | 87 | 53 | 0 | 7 | 2B | AF | 47 | 21 |
| Octal | 31 | 221 | 207 | 123 | 0 | 7 | 53 | 257 | 107 | 41 |
| Binary | 11001 | 10010001 | 10000111 | 1010011 | 0 | 111 | 101011 | 10101111 | 1000111 | 100001 |
Color Harmonies of #199187
Complementary color
Monochromatic Colors of #199187
Black with #199187
Text Example
Text Example
White with #199187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199187; }
p { color: rgb(25,145,135); }
H1.HeaderClassName
{
color: #199187;
}
.AnyTagClassName
{
color: #199187;
}
</style>
background-color css
<style>
a { background-color: #199187; }
a { background-color: rgb(25,145,135); }
div.DivClassName
{
background-color: #199187;
}
.BgClassName
{
background-color: #199187;
}
</style>
border-color css
<style>
span { border-color: #199187; }
span { border-color: rgb(25,145,135); }
td.TdClassName
{
border-color: #199187;
}
.TagClassName
{
border-color: #199187;
}
</style>