Shades of Java #139591
Tints of Java #139591
RGB
CMYK
RGB Variations
Color information
#139591 (or 0x139591) is known color: Java. HEX triplet: 13, 95 and 91. RGB value is (19,149,145). Sum of RGB (Red+Green+Blue) = 19+149+145=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #139591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139591 is #EC6A6E. Grayscale: #6D6D6D. Windows color (decimal): -15493743 or 9540883. OLE color: 9540883.
HSL color Cylindrical-coordinate representation of color #139591: hue angle of 178.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139591 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 145 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.42 |
| HSL | 178.15º | 0.77% | 0.33% | - |
| HSV(B) | 178.15º | 0.87% | 0.58% | - |
| XYZ | 16.13 | 23.68 | 30.51 | - |
| YUV | 109.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 145 | 0.87 | 0 | 0.03 | 0.42 | 178.15 | 0.77 | 0.33 |
| Hex | 13 | 95 | 91 | 57 | 0 | 3 | 2A | B2 | 4D | 21 |
| Octal | 23 | 225 | 221 | 127 | 0 | 3 | 52 | 262 | 115 | 41 |
| Binary | 10011 | 10010101 | 10010001 | 1010111 | 0 | 11 | 101010 | 10110010 | 1001101 | 100001 |
Color Harmonies of #139591
Complementary color
Monochromatic Colors of #139591
Black with #139591
Text Example
Text Example
White with #139591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139591; }
p { color: rgb(19,149,145); }
H1.HeaderClassName
{
color: #139591;
}
.AnyTagClassName
{
color: #139591;
}
</style>
background-color css
<style>
a { background-color: #139591; }
a { background-color: rgb(19,149,145); }
div.DivClassName
{
background-color: #139591;
}
.BgClassName
{
background-color: #139591;
}
</style>
border-color css
<style>
span { border-color: #139591; }
span { border-color: rgb(19,149,145); }
td.TdClassName
{
border-color: #139591;
}
.TagClassName
{
border-color: #139591;
}
</style>