Shades of Java #199089
Tints of Java #199089
RGB
CMYK
RGB Variations
Color information
#199089 (or 0x199089) is known color: Java. HEX triplet: 19, 90 and 89. RGB value is (25,144,137). Sum of RGB (Red+Green+Blue) = 25+144+137=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #199089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199089 is #E66F76. Grayscale: #6B6B6B. Windows color (decimal): -15101815 or 9015321. OLE color: 9015321.
HSL color Cylindrical-coordinate representation of color #199089: hue angle of 176.47º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199089 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 144 | 137 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.44 |
| HSL | 176.47º | 0.7% | 0.33% | - |
| HSV(B) | 176.47º | 0.83% | 0.56% | - |
| XYZ | 14.89 | 21.96 | 27.12 | - |
| YUV | 107.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 137 | 0.83 | 0 | 0.05 | 0.44 | 176.47 | 0.7 | 0.33 |
| Hex | 19 | 90 | 89 | 53 | 0 | 5 | 2C | B0 | 46 | 21 |
| Octal | 31 | 220 | 211 | 123 | 0 | 5 | 54 | 260 | 106 | 41 |
| Binary | 11001 | 10010000 | 10001001 | 1010011 | 0 | 101 | 101100 | 10110000 | 1000110 | 100001 |
Color Harmonies of #199089
Complementary color
Monochromatic Colors of #199089
Black with #199089
Text Example
Text Example
White with #199089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199089; }
p { color: rgb(25,144,137); }
H1.HeaderClassName
{
color: #199089;
}
.AnyTagClassName
{
color: #199089;
}
</style>
background-color css
<style>
a { background-color: #199089; }
a { background-color: rgb(25,144,137); }
div.DivClassName
{
background-color: #199089;
}
.BgClassName
{
background-color: #199089;
}
</style>
border-color css
<style>
span { border-color: #199089; }
span { border-color: rgb(25,144,137); }
td.TdClassName
{
border-color: #199089;
}
.TagClassName
{
border-color: #199089;
}
</style>