Shades of Java #139B9B
Tints of Java #139B9B
RGB
CMYK
RGB Variations
Color information
#139B9B (or 0x139B9B) is known color: Java. HEX triplet: 13, 9B and 9B. RGB value is (19,155,155). Sum of RGB (Red+Green+Blue) = 19+155+155=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #139B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B9B is #EC6464. Grayscale: #727272. Windows color (decimal): -15492197 or 10197779. OLE color: 10197779.
HSL color Cylindrical-coordinate representation of color #139B9B: hue angle of 180º 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 #139B9B is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 155 | - |
| CMYK | 0.88 | 0 | 0 | 0.39 |
| HSL | 180º | 0.78% | 0.34% | - |
| HSV(B) | 180º | 0.88% | 0.61% | - |
| XYZ | 17.91 | 25.95 | 35.08 | - |
| YUV | 114.34 | 150.94 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 155 | 0.88 | 0 | 0 | 0.39 | 180 | 0.78 | 0.34 |
| Hex | 13 | 9B | 9B | 58 | 0 | 0 | 27 | B4 | 4E | 22 |
| Octal | 23 | 233 | 233 | 130 | 0 | 0 | 47 | 264 | 116 | 42 |
| Binary | 10011 | 10011011 | 10011011 | 1011000 | 0 | 0 | 100111 | 10110100 | 1001110 | 100010 |
Color Harmonies of #139B9B
Complementary color
Monochromatic Colors of #139B9B
Black with #139B9B
Text Example
Text Example
White with #139B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B9B; }
p { color: rgb(19,155,155); }
H1.HeaderClassName
{
color: #139B9B;
}
.AnyTagClassName
{
color: #139B9B;
}
</style>
background-color css
<style>
a { background-color: #139B9B; }
a { background-color: rgb(19,155,155); }
div.DivClassName
{
background-color: #139B9B;
}
.BgClassName
{
background-color: #139B9B;
}
</style>
border-color css
<style>
span { border-color: #139B9B; }
span { border-color: rgb(19,155,155); }
td.TdClassName
{
border-color: #139B9B;
}
.TagClassName
{
border-color: #139B9B;
}
</style>