Shades of Java #139697
Tints of Java #139697
RGB
CMYK
RGB Variations
Color information
#139697 (or 0x139697) is known color: Java. HEX triplet: 13, 96 and 97. RGB value is (19,150,151). Sum of RGB (Red+Green+Blue) = 19+150+151=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #139697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139697 is #EC6968. Grayscale: #6E6E6E. Windows color (decimal): -15493481 or 9934355. OLE color: 9934355.
HSL color Cylindrical-coordinate representation of color #139697: hue angle of 180.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139697 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 150 | 151 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.41 |
| HSL | 180.45º | 0.78% | 0.33% | - |
| HSV(B) | 180.45º | 0.87% | 0.59% | - |
| XYZ | 16.76 | 24.19 | 33.06 | - |
| YUV | 110.95 | 150.6 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 151 | 0.87 | 0.01 | 0 | 0.41 | 180.45 | 0.78 | 0.33 |
| Hex | 13 | 96 | 97 | 57 | 1 | 0 | 29 | B4 | 4E | 21 |
| Octal | 23 | 226 | 227 | 127 | 1 | 0 | 51 | 264 | 116 | 41 |
| Binary | 10011 | 10010110 | 10010111 | 1010111 | 1 | 0 | 101001 | 10110100 | 1001110 | 100001 |
Color Harmonies of #139697
Complementary color
Monochromatic Colors of #139697
Black with #139697
Text Example
Text Example
White with #139697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139697; }
p { color: rgb(19,150,151); }
H1.HeaderClassName
{
color: #139697;
}
.AnyTagClassName
{
color: #139697;
}
</style>
background-color css
<style>
a { background-color: #139697; }
a { background-color: rgb(19,150,151); }
div.DivClassName
{
background-color: #139697;
}
.BgClassName
{
background-color: #139697;
}
</style>
border-color css
<style>
span { border-color: #139697; }
span { border-color: rgb(19,150,151); }
td.TdClassName
{
border-color: #139697;
}
.TagClassName
{
border-color: #139697;
}
</style>