Shades of Java #139393
Tints of Java #139393
RGB
CMYK
RGB Variations
Color information
#139393 (or 0x139393) is known color: Java. HEX triplet: 13, 93 and 93. RGB value is (19,147,147). Sum of RGB (Red+Green+Blue) = 19+147+147=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #139393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139393 is #EC6C6C. Grayscale: #6C6C6C. Windows color (decimal): -15494253 or 9671443. OLE color: 9671443.
HSL color Cylindrical-coordinate representation of color #139393: hue angle of 180º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139393 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 147 | - |
| CMYK | 0.87 | 0 | 0 | 0.42 |
| HSL | 180º | 0.77% | 0.33% | - |
| HSV(B) | 180º | 0.87% | 0.58% | - |
| XYZ | 15.97 | 23.11 | 31.22 | - |
| YUV | 108.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 147 | 0.87 | 0 | 0 | 0.42 | 180 | 0.77 | 0.33 |
| Hex | 13 | 93 | 93 | 57 | 0 | 0 | 2A | B4 | 4D | 21 |
| Octal | 23 | 223 | 223 | 127 | 0 | 0 | 52 | 264 | 115 | 41 |
| Binary | 10011 | 10010011 | 10010011 | 1010111 | 0 | 0 | 101010 | 10110100 | 1001101 | 100001 |
Color Harmonies of #139393
Complementary color
Monochromatic Colors of #139393
Black with #139393
Text Example
Text Example
White with #139393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139393; }
p { color: rgb(19,147,147); }
H1.HeaderClassName
{
color: #139393;
}
.AnyTagClassName
{
color: #139393;
}
</style>
background-color css
<style>
a { background-color: #139393; }
a { background-color: rgb(19,147,147); }
div.DivClassName
{
background-color: #139393;
}
.BgClassName
{
background-color: #139393;
}
</style>
border-color css
<style>
span { border-color: #139393; }
span { border-color: rgb(19,147,147); }
td.TdClassName
{
border-color: #139393;
}
.TagClassName
{
border-color: #139393;
}
</style>