Shades of Java #139CA0
Tints of Java #139CA0
RGB
CMYK
RGB Variations
Color information
#139CA0 (or 0x139CA0) is known color: Java. HEX triplet: 13, 9C and A0. RGB value is (19,156,160). Sum of RGB (Red+Green+Blue) = 19+156+160=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #139CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CA0 is #EC635F. Grayscale: #737373. Windows color (decimal): -15491936 or 10525715. OLE color: 10525715.
HSL color Cylindrical-coordinate representation of color #139CA0: hue angle of 181.7º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139CA0 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 156 | 160 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.37 |
| HSL | 181.7º | 0.79% | 0.35% | - |
| HSV(B) | 181.7º | 0.88% | 0.63% | - |
| XYZ | 18.5 | 26.45 | 37.39 | - |
| YUV | 115.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 160 | 0.88 | 0.02 | 0 | 0.37 | 181.7 | 0.79 | 0.35 |
| Hex | 13 | 9C | A0 | 58 | 2 | 0 | 25 | B6 | 4F | 23 |
| Octal | 23 | 234 | 240 | 130 | 2 | 0 | 45 | 266 | 117 | 43 |
| Binary | 10011 | 10011100 | 10100000 | 1011000 | 10 | 0 | 100101 | 10110110 | 1001111 | 100011 |
Color Harmonies of #139CA0
Complementary color
Monochromatic Colors of #139CA0
Black with #139CA0
Text Example
Text Example
White with #139CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CA0; }
p { color: rgb(19,156,160); }
H1.HeaderClassName
{
color: #139CA0;
}
.AnyTagClassName
{
color: #139CA0;
}
</style>
background-color css
<style>
a { background-color: #139CA0; }
a { background-color: rgb(19,156,160); }
div.DivClassName
{
background-color: #139CA0;
}
.BgClassName
{
background-color: #139CA0;
}
</style>
border-color css
<style>
span { border-color: #139CA0; }
span { border-color: rgb(19,156,160); }
td.TdClassName
{
border-color: #139CA0;
}
.TagClassName
{
border-color: #139CA0;
}
</style>