Shades of Java #139991
Tints of Java #139991
RGB
CMYK
RGB Variations
Color information
#139991 (or 0x139991) is known color: Java. HEX triplet: 13, 99 and 91. RGB value is (19,153,145). Sum of RGB (Red+Green+Blue) = 19+153+145=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #139991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139991 is #EC666E. Grayscale: #6F6F6F. Windows color (decimal): -15492719 or 9541907. OLE color: 9541907.
HSL color Cylindrical-coordinate representation of color #139991: hue angle of 176.42º 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 #139991 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 145 | - |
| CMYK | 0.88 | 0 | 0.05 | 0.4 |
| HSL | 176.42º | 0.78% | 0.34% | - |
| HSV(B) | 176.42º | 0.88% | 0.6% | - |
| XYZ | 16.77 | 24.97 | 30.72 | - |
| YUV | 112.02 | 146.61 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 145 | 0.88 | 0 | 0.05 | 0.4 | 176.42 | 0.78 | 0.34 |
| Hex | 13 | 99 | 91 | 58 | 0 | 5 | 28 | B0 | 4E | 22 |
| Octal | 23 | 231 | 221 | 130 | 0 | 5 | 50 | 260 | 116 | 42 |
| Binary | 10011 | 10011001 | 10010001 | 1011000 | 0 | 101 | 101000 | 10110000 | 1001110 | 100010 |
Color Harmonies of #139991
Complementary color
Monochromatic Colors of #139991
Black with #139991
Text Example
Text Example
White with #139991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139991; }
p { color: rgb(19,153,145); }
H1.HeaderClassName
{
color: #139991;
}
.AnyTagClassName
{
color: #139991;
}
</style>
background-color css
<style>
a { background-color: #139991; }
a { background-color: rgb(19,153,145); }
div.DivClassName
{
background-color: #139991;
}
.BgClassName
{
background-color: #139991;
}
</style>
border-color css
<style>
span { border-color: #139991; }
span { border-color: rgb(19,153,145); }
td.TdClassName
{
border-color: #139991;
}
.TagClassName
{
border-color: #139991;
}
</style>