Shades of Java #139A9B
Tints of Java #139A9B
RGB
CMYK
RGB Variations
Color information
#139A9B (or 0x139A9B) is known color: Java. HEX triplet: 13, 9A and 9B. RGB value is (19,154,155). Sum of RGB (Red+Green+Blue) = 19+154+155=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #139A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139A9B is #EC6564. Grayscale: #717171. Windows color (decimal): -15492453 or 10197523. OLE color: 10197523.
HSL color Cylindrical-coordinate representation of color #139A9B: hue angle of 180.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A9B is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 154 | 155 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.39 |
| HSL | 180.44º | 0.78% | 0.34% | - |
| HSV(B) | 180.44º | 0.88% | 0.61% | - |
| XYZ | 17.74 | 25.62 | 35.02 | - |
| YUV | 113.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 154 | 155 | 0.88 | 0.01 | 0 | 0.39 | 180.44 | 0.78 | 0.34 |
| Hex | 13 | 9A | 9B | 58 | 1 | 0 | 27 | B4 | 4E | 22 |
| Octal | 23 | 232 | 233 | 130 | 1 | 0 | 47 | 264 | 116 | 42 |
| Binary | 10011 | 10011010 | 10011011 | 1011000 | 1 | 0 | 100111 | 10110100 | 1001110 | 100010 |
Color Harmonies of #139A9B
Complementary color
Monochromatic Colors of #139A9B
Black with #139A9B
Text Example
Text Example
White with #139A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139A9B; }
p { color: rgb(19,154,155); }
H1.HeaderClassName
{
color: #139A9B;
}
.AnyTagClassName
{
color: #139A9B;
}
</style>
background-color css
<style>
a { background-color: #139A9B; }
a { background-color: rgb(19,154,155); }
div.DivClassName
{
background-color: #139A9B;
}
.BgClassName
{
background-color: #139A9B;
}
</style>
border-color css
<style>
span { border-color: #139A9B; }
span { border-color: rgb(19,154,155); }
td.TdClassName
{
border-color: #139A9B;
}
.TagClassName
{
border-color: #139A9B;
}
</style>