Shades of Java #139B99
Tints of Java #139B99
RGB
CMYK
RGB Variations
Color information
#139B99 (or 0x139B99) is known color: Java. HEX triplet: 13, 9B and 99. RGB value is (19,155,153). Sum of RGB (Red+Green+Blue) = 19+155+153=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #139B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B99 is #EC6466. Grayscale: #717171. Windows color (decimal): -15492199 or 10066707. OLE color: 10066707.
HSL color Cylindrical-coordinate representation of color #139B99: hue angle of 179.12º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B99 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 153 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.39 |
| HSL | 179.12º | 0.78% | 0.34% | - |
| HSV(B) | 179.12º | 0.88% | 0.61% | - |
| XYZ | 17.74 | 25.88 | 34.2 | - |
| YUV | 114.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 153 | 0.88 | 0 | 0.01 | 0.39 | 179.12 | 0.78 | 0.34 |
| Hex | 13 | 9B | 99 | 58 | 0 | 1 | 27 | B3 | 4E | 22 |
| Octal | 23 | 233 | 231 | 130 | 0 | 1 | 47 | 263 | 116 | 42 |
| Binary | 10011 | 10011011 | 10011001 | 1011000 | 0 | 1 | 100111 | 10110011 | 1001110 | 100010 |
Color Harmonies of #139B99
Complementary color
Monochromatic Colors of #139B99
Black with #139B99
Text Example
Text Example
White with #139B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B99; }
p { color: rgb(19,155,153); }
H1.HeaderClassName
{
color: #139B99;
}
.AnyTagClassName
{
color: #139B99;
}
</style>
background-color css
<style>
a { background-color: #139B99; }
a { background-color: rgb(19,155,153); }
div.DivClassName
{
background-color: #139B99;
}
.BgClassName
{
background-color: #139B99;
}
</style>
border-color css
<style>
span { border-color: #139B99; }
span { border-color: rgb(19,155,153); }
td.TdClassName
{
border-color: #139B99;
}
.TagClassName
{
border-color: #139B99;
}
</style>