Shades of Java #139F99
Tints of Java #139F99
RGB
CMYK
RGB Variations
Color information
#139F99 (or 0x139F99) is known color: Java. HEX triplet: 13, 9F and 99. RGB value is (19,159,153). Sum of RGB (Red+Green+Blue) = 19+159+153=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #139F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139F99 is #EC6066. Grayscale: #747474. Windows color (decimal): -15491175 or 10067731. OLE color: 10067731.
HSL color Cylindrical-coordinate representation of color #139F99: hue angle of 177.43º 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 #139F99 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 153 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.38 |
| HSL | 177.43º | 0.79% | 0.35% | - |
| HSV(B) | 177.43º | 0.88% | 0.62% | - |
| XYZ | 18.42 | 27.23 | 34.42 | - |
| YUV | 116.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 153 | 0.88 | 0 | 0.04 | 0.38 | 177.43 | 0.79 | 0.35 |
| Hex | 13 | 9F | 99 | 58 | 0 | 4 | 26 | B1 | 4F | 23 |
| Octal | 23 | 237 | 231 | 130 | 0 | 4 | 46 | 261 | 117 | 43 |
| Binary | 10011 | 10011111 | 10011001 | 1011000 | 0 | 100 | 100110 | 10110001 | 1001111 | 100011 |
Color Harmonies of #139F99
Complementary color
Monochromatic Colors of #139F99
Black with #139F99
Text Example
Text Example
White with #139F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F99; }
p { color: rgb(19,159,153); }
H1.HeaderClassName
{
color: #139F99;
}
.AnyTagClassName
{
color: #139F99;
}
</style>
background-color css
<style>
a { background-color: #139F99; }
a { background-color: rgb(19,159,153); }
div.DivClassName
{
background-color: #139F99;
}
.BgClassName
{
background-color: #139F99;
}
</style>
border-color css
<style>
span { border-color: #139F99; }
span { border-color: rgb(19,159,153); }
td.TdClassName
{
border-color: #139F99;
}
.TagClassName
{
border-color: #139F99;
}
</style>