Shades of Java #139192
Tints of Java #139192
RGB
CMYK
RGB Variations
Color information
#139192 (or 0x139192) is known color: Java. HEX triplet: 13, 91 and 92. RGB value is (19,145,146). Sum of RGB (Red+Green+Blue) = 19+145+146=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #139192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139192 is #EC6E6D. Grayscale: #6B6B6B. Windows color (decimal): -15494766 or 9605395. OLE color: 9605395.
HSL color Cylindrical-coordinate representation of color #139192: hue angle of 180.47º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139192 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 146 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.43 |
| HSL | 180.47º | 0.77% | 0.32% | - |
| HSV(B) | 180.47º | 0.87% | 0.57% | - |
| XYZ | 15.58 | 22.46 | 30.71 | - |
| YUV | 107.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 146 | 0.87 | 0.01 | 0 | 0.43 | 180.47 | 0.77 | 0.32 |
| Hex | 13 | 91 | 92 | 57 | 1 | 0 | 2B | B4 | 4D | 20 |
| Octal | 23 | 221 | 222 | 127 | 1 | 0 | 53 | 264 | 115 | 40 |
| Binary | 10011 | 10010001 | 10010010 | 1010111 | 1 | 0 | 101011 | 10110100 | 1001101 | 100000 |
Color Harmonies of #139192
Complementary color
Monochromatic Colors of #139192
Black with #139192
Text Example
Text Example
White with #139192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139192; }
p { color: rgb(19,145,146); }
H1.HeaderClassName
{
color: #139192;
}
.AnyTagClassName
{
color: #139192;
}
</style>
background-color css
<style>
a { background-color: #139192; }
a { background-color: rgb(19,145,146); }
div.DivClassName
{
background-color: #139192;
}
.BgClassName
{
background-color: #139192;
}
</style>
border-color css
<style>
span { border-color: #139192; }
span { border-color: rgb(19,145,146); }
td.TdClassName
{
border-color: #139192;
}
.TagClassName
{
border-color: #139192;
}
</style>