Shades of Java #139698
Tints of Java #139698
RGB
CMYK
RGB Variations
Color information
#139698 (or 0x139698) is known color: Java. HEX triplet: 13, 96 and 98. RGB value is (19,150,152). Sum of RGB (Red+Green+Blue) = 19+150+152=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #139698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139698 is #EC6967. Grayscale: #6E6E6E. Windows color (decimal): -15493480 or 9999891. OLE color: 9999891.
HSL color Cylindrical-coordinate representation of color #139698: hue angle of 180.9º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139698 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 150 | 152 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.40 |
| HSL | 180.9º | 0.78% | 0.34% | - |
| HSV(B) | 180.9º | 0.88% | 0.6% | - |
| XYZ | 16.84 | 24.22 | 33.49 | - |
| YUV | 111.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 150 | 152 | 0.87 | 0.01 | 0 | 0.40 | 180.9 | 0.78 | 0.34 |
| Hex | 13 | 96 | 98 | 57 | 1 | 0 | 28 | B5 | 4E | 22 |
| Octal | 23 | 226 | 230 | 127 | 1 | 0 | 50 | 265 | 116 | 42 |
| Binary | 10011 | 10010110 | 10011000 | 1010111 | 1 | 0 | 101000 | 10110101 | 1001110 | 100010 |
Color Harmonies of #139698
Complementary color
Monochromatic Colors of #139698
Black with #139698
Text Example
Text Example
White with #139698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139698; }
p { color: rgb(19,150,152); }
H1.HeaderClassName
{
color: #139698;
}
.AnyTagClassName
{
color: #139698;
}
</style>
background-color css
<style>
a { background-color: #139698; }
a { background-color: rgb(19,150,152); }
div.DivClassName
{
background-color: #139698;
}
.BgClassName
{
background-color: #139698;
}
</style>
border-color css
<style>
span { border-color: #139698; }
span { border-color: rgb(19,150,152); }
td.TdClassName
{
border-color: #139698;
}
.TagClassName
{
border-color: #139698;
}
</style>