Shades of Java #199587
Tints of Java #199587
RGB
CMYK
RGB Variations
Color information
#199587 (or 0x199587) is known color: Java. HEX triplet: 19, 95 and 87. RGB value is (25,149,135). Sum of RGB (Red+Green+Blue) = 25+149+135=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #199587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199587 is #E66A78. Grayscale: #6E6E6E. Windows color (decimal): -15100537 or 8885529. OLE color: 8885529.
HSL color Cylindrical-coordinate representation of color #199587: hue angle of 173.23º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199587 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 135 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.42 |
| HSL | 173.23º | 0.71% | 0.34% | - |
| HSV(B) | 173.23º | 0.83% | 0.58% | - |
| XYZ | 15.52 | 23.45 | 26.63 | - |
| YUV | 110.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 135 | 0.83 | 0 | 0.09 | 0.42 | 173.23 | 0.71 | 0.34 |
| Hex | 19 | 95 | 87 | 53 | 0 | 9 | 2A | AD | 47 | 22 |
| Octal | 31 | 225 | 207 | 123 | 0 | 11 | 52 | 255 | 107 | 42 |
| Binary | 11001 | 10010101 | 10000111 | 1010011 | 0 | 1001 | 101010 | 10101101 | 1000111 | 100010 |
Color Harmonies of #199587
Complementary color
Monochromatic Colors of #199587
Black with #199587
Text Example
Text Example
White with #199587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199587; }
p { color: rgb(25,149,135); }
H1.HeaderClassName
{
color: #199587;
}
.AnyTagClassName
{
color: #199587;
}
</style>
background-color css
<style>
a { background-color: #199587; }
a { background-color: rgb(25,149,135); }
div.DivClassName
{
background-color: #199587;
}
.BgClassName
{
background-color: #199587;
}
</style>
border-color css
<style>
span { border-color: #199587; }
span { border-color: rgb(25,149,135); }
td.TdClassName
{
border-color: #199587;
}
.TagClassName
{
border-color: #199587;
}
</style>