Shades of Java #199989
Tints of Java #199989
RGB
CMYK
RGB Variations
Color information
#199989 (or 0x199989) is known color: Java. HEX triplet: 19, 99 and 89. RGB value is (25,153,137). Sum of RGB (Red+Green+Blue) = 25+153+137=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #199989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199989 is #E66676. Grayscale: #707070. Windows color (decimal): -15099511 or 9017625. OLE color: 9017625.
HSL color Cylindrical-coordinate representation of color #199989: hue angle of 172.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199989 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 137 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.4 |
| HSL | 172.5º | 0.72% | 0.35% | - |
| HSV(B) | 172.5º | 0.84% | 0.6% | - |
| XYZ | 16.31 | 24.8 | 27.59 | - |
| YUV | 112.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 137 | 0.84 | 0 | 0.10 | 0.4 | 172.5 | 0.72 | 0.35 |
| Hex | 19 | 99 | 89 | 54 | 0 | A | 28 | AC | 48 | 23 |
| Octal | 31 | 231 | 211 | 124 | 0 | 12 | 50 | 254 | 110 | 43 |
| Binary | 11001 | 10011001 | 10001001 | 1010100 | 0 | 1010 | 101000 | 10101100 | 1001000 | 100011 |
Color Harmonies of #199989
Complementary color
Monochromatic Colors of #199989
Black with #199989
Text Example
Text Example
White with #199989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199989; }
p { color: rgb(25,153,137); }
H1.HeaderClassName
{
color: #199989;
}
.AnyTagClassName
{
color: #199989;
}
</style>
background-color css
<style>
a { background-color: #199989; }
a { background-color: rgb(25,153,137); }
div.DivClassName
{
background-color: #199989;
}
.BgClassName
{
background-color: #199989;
}
</style>
border-color css
<style>
span { border-color: #199989; }
span { border-color: rgb(25,153,137); }
td.TdClassName
{
border-color: #199989;
}
.TagClassName
{
border-color: #199989;
}
</style>