Shades of Java #139F9E
Tints of Java #139F9E
RGB
CMYK
RGB Variations
Color information
#139F9E (or 0x139F9E) is known color: Java. HEX triplet: 13, 9F and 9E. RGB value is (19,159,158). Sum of RGB (Red+Green+Blue) = 19+159+158=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #139F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F9E is #EC6061. Grayscale: #747474. Windows color (decimal): -15491170 or 10395411. OLE color: 10395411.
HSL color Cylindrical-coordinate representation of color #139F9E: hue angle of 179.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F9E is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 158 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.38 |
| HSL | 179.57º | 0.79% | 0.35% | - |
| HSV(B) | 179.57º | 0.88% | 0.62% | - |
| XYZ | 18.84 | 27.4 | 36.64 | - |
| YUV | 117.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 158 | 0.88 | 0 | 0.01 | 0.38 | 179.57 | 0.79 | 0.35 |
| Hex | 13 | 9F | 9E | 58 | 0 | 1 | 26 | B4 | 4F | 23 |
| Octal | 23 | 237 | 236 | 130 | 0 | 1 | 46 | 264 | 117 | 43 |
| Binary | 10011 | 10011111 | 10011110 | 1011000 | 0 | 1 | 100110 | 10110100 | 1001111 | 100011 |
Color Harmonies of #139F9E
Complementary color
Monochromatic Colors of #139F9E
Black with #139F9E
Text Example
Text Example
White with #139F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F9E; }
p { color: rgb(19,159,158); }
H1.HeaderClassName
{
color: #139F9E;
}
.AnyTagClassName
{
color: #139F9E;
}
</style>
background-color css
<style>
a { background-color: #139F9E; }
a { background-color: rgb(19,159,158); }
div.DivClassName
{
background-color: #139F9E;
}
.BgClassName
{
background-color: #139F9E;
}
</style>
border-color css
<style>
span { border-color: #139F9E; }
span { border-color: rgb(19,159,158); }
td.TdClassName
{
border-color: #139F9E;
}
.TagClassName
{
border-color: #139F9E;
}
</style>