Shades of Java #139096
Tints of Java #139096
RGB
CMYK
RGB Variations
Color information
#139096 (or 0x139096) is known color: Java. HEX triplet: 13, 90 and 96. RGB value is (19,144,150). Sum of RGB (Red+Green+Blue) = 19+144+150=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #139096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139096 is #EC6F69. Grayscale: #6B6B6B. Windows color (decimal): -15495018 or 9867283. OLE color: 9867283.
HSL color Cylindrical-coordinate representation of color #139096: hue angle of 182.75º 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 #139096 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 144 | 150 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.41 |
| HSL | 182.75º | 0.78% | 0.33% | - |
| HSV(B) | 182.75º | 0.87% | 0.59% | - |
| XYZ | 15.75 | 22.29 | 32.33 | - |
| YUV | 107.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 150 | 0.87 | 0.04 | 0 | 0.41 | 182.75 | 0.78 | 0.33 |
| Hex | 13 | 90 | 96 | 57 | 4 | 0 | 29 | B7 | 4E | 21 |
| Octal | 23 | 220 | 226 | 127 | 4 | 0 | 51 | 267 | 116 | 41 |
| Binary | 10011 | 10010000 | 10010110 | 1010111 | 100 | 0 | 101001 | 10110111 | 1001110 | 100001 |
Color Harmonies of #139096
Complementary color
Monochromatic Colors of #139096
Black with #139096
Text Example
Text Example
White with #139096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139096; }
p { color: rgb(19,144,150); }
H1.HeaderClassName
{
color: #139096;
}
.AnyTagClassName
{
color: #139096;
}
</style>
background-color css
<style>
a { background-color: #139096; }
a { background-color: rgb(19,144,150); }
div.DivClassName
{
background-color: #139096;
}
.BgClassName
{
background-color: #139096;
}
</style>
border-color css
<style>
span { border-color: #139096; }
span { border-color: rgb(19,144,150); }
td.TdClassName
{
border-color: #139096;
}
.TagClassName
{
border-color: #139096;
}
</style>