Shades of Java #139394
Tints of Java #139394
RGB
CMYK
RGB Variations
Color information
#139394 (or 0x139394) is known color: Java. HEX triplet: 13, 93 and 94. RGB value is (19,147,148). Sum of RGB (Red+Green+Blue) = 19+147+148=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #139394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139394 is #EC6C6B. Grayscale: #6C6C6C. Windows color (decimal): -15494252 or 9736979. OLE color: 9736979.
HSL color Cylindrical-coordinate representation of color #139394: hue angle of 180.47º 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 #139394 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 148 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.42 |
| HSL | 180.47º | 0.77% | 0.33% | - |
| HSV(B) | 180.47º | 0.87% | 0.58% | - |
| XYZ | 16.05 | 23.14 | 31.64 | - |
| YUV | 108.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 148 | 0.87 | 0.01 | 0 | 0.42 | 180.47 | 0.77 | 0.33 |
| Hex | 13 | 93 | 94 | 57 | 1 | 0 | 2A | B4 | 4D | 21 |
| Octal | 23 | 223 | 224 | 127 | 1 | 0 | 52 | 264 | 115 | 41 |
| Binary | 10011 | 10010011 | 10010100 | 1010111 | 1 | 0 | 101010 | 10110100 | 1001101 | 100001 |
Color Harmonies of #139394
Complementary color
Monochromatic Colors of #139394
Black with #139394
Text Example
Text Example
White with #139394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139394; }
p { color: rgb(19,147,148); }
H1.HeaderClassName
{
color: #139394;
}
.AnyTagClassName
{
color: #139394;
}
</style>
background-color css
<style>
a { background-color: #139394; }
a { background-color: rgb(19,147,148); }
div.DivClassName
{
background-color: #139394;
}
.BgClassName
{
background-color: #139394;
}
</style>
border-color css
<style>
span { border-color: #139394; }
span { border-color: rgb(19,147,148); }
td.TdClassName
{
border-color: #139394;
}
.TagClassName
{
border-color: #139394;
}
</style>