Shades of Java #139491
Tints of Java #139491
RGB
CMYK
RGB Variations
Color information
#139491 (or 0x139491) is known color: Java. HEX triplet: 13, 94 and 91. RGB value is (19,148,145). Sum of RGB (Red+Green+Blue) = 19+148+145=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #139491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139491 is #EC6B6E. Grayscale: #6C6C6C. Windows color (decimal): -15493999 or 9540627. OLE color: 9540627.
HSL color Cylindrical-coordinate representation of color #139491: hue angle of 178.6º 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 #139491 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 148 | 145 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.42 |
| HSL | 178.6º | 0.77% | 0.33% | - |
| HSV(B) | 178.6º | 0.87% | 0.58% | - |
| XYZ | 15.97 | 23.36 | 30.46 | - |
| YUV | 109.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 145 | 0.87 | 0 | 0.02 | 0.42 | 178.6 | 0.77 | 0.33 |
| Hex | 13 | 94 | 91 | 57 | 0 | 2 | 2A | B3 | 4D | 21 |
| Octal | 23 | 224 | 221 | 127 | 0 | 2 | 52 | 263 | 115 | 41 |
| Binary | 10011 | 10010100 | 10010001 | 1010111 | 0 | 10 | 101010 | 10110011 | 1001101 | 100001 |
Color Harmonies of #139491
Complementary color
Monochromatic Colors of #139491
Black with #139491
Text Example
Text Example
White with #139491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139491; }
p { color: rgb(19,148,145); }
H1.HeaderClassName
{
color: #139491;
}
.AnyTagClassName
{
color: #139491;
}
</style>
background-color css
<style>
a { background-color: #139491; }
a { background-color: rgb(19,148,145); }
div.DivClassName
{
background-color: #139491;
}
.BgClassName
{
background-color: #139491;
}
</style>
border-color css
<style>
span { border-color: #139491; }
span { border-color: rgb(19,148,145); }
td.TdClassName
{
border-color: #139491;
}
.TagClassName
{
border-color: #139491;
}
</style>