Shades of Java #139989
Tints of Java #139989
RGB
CMYK
RGB Variations
Color information
#139989 (or 0x139989) is known color: Java. HEX triplet: 13, 99 and 89. RGB value is (19,153,137). Sum of RGB (Red+Green+Blue) = 19+153+137=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #139989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139989 is #EC6676. Grayscale: #6F6F6F. Windows color (decimal): -15492727 or 9017619. OLE color: 9017619.
HSL color Cylindrical-coordinate representation of color #139989: hue angle of 172.84º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139989 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 137 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.4 |
| HSL | 172.84º | 0.78% | 0.34% | - |
| HSV(B) | 172.84º | 0.88% | 0.6% | - |
| XYZ | 16.18 | 24.73 | 27.59 | - |
| YUV | 111.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 137 | 0.88 | 0 | 0.10 | 0.4 | 172.84 | 0.78 | 0.34 |
| Hex | 13 | 99 | 89 | 58 | 0 | A | 28 | AD | 4E | 22 |
| Octal | 23 | 231 | 211 | 130 | 0 | 12 | 50 | 255 | 116 | 42 |
| Binary | 10011 | 10011001 | 10001001 | 1011000 | 0 | 1010 | 101000 | 10101101 | 1001110 | 100010 |
Color Harmonies of #139989
Complementary color
Monochromatic Colors of #139989
Black with #139989
Text Example
Text Example
White with #139989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139989; }
p { color: rgb(19,153,137); }
H1.HeaderClassName
{
color: #139989;
}
.AnyTagClassName
{
color: #139989;
}
</style>
background-color css
<style>
a { background-color: #139989; }
a { background-color: rgb(19,153,137); }
div.DivClassName
{
background-color: #139989;
}
.BgClassName
{
background-color: #139989;
}
</style>
border-color css
<style>
span { border-color: #139989; }
span { border-color: rgb(19,153,137); }
td.TdClassName
{
border-color: #139989;
}
.TagClassName
{
border-color: #139989;
}
</style>