Shades of Java #139DA2
Tints of Java #139DA2
RGB
CMYK
RGB Variations
Color information
#139DA2 (or 0x139DA2) is known color: Java. HEX triplet: 13, 9D and A2. RGB value is (19,157,162). Sum of RGB (Red+Green+Blue) = 19+157+162=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #139DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DA2 is #EC625D. Grayscale: #747474. Windows color (decimal): -15491678 or 10657043. OLE color: 10657043.
HSL color Cylindrical-coordinate representation of color #139DA2: hue angle of 182.1º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139DA2 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 157 | 162 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.36 |
| HSL | 182.1º | 0.79% | 0.35% | - |
| HSV(B) | 182.1º | 0.88% | 0.64% | - |
| XYZ | 18.85 | 26.86 | 38.37 | - |
| YUV | 116.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 157 | 162 | 0.88 | 0.03 | 0 | 0.36 | 182.1 | 0.79 | 0.35 |
| Hex | 13 | 9D | A2 | 58 | 3 | 0 | 24 | B6 | 4F | 23 |
| Octal | 23 | 235 | 242 | 130 | 3 | 0 | 44 | 266 | 117 | 43 |
| Binary | 10011 | 10011101 | 10100010 | 1011000 | 11 | 0 | 100100 | 10110110 | 1001111 | 100011 |
Color Harmonies of #139DA2
Complementary color
Monochromatic Colors of #139DA2
Black with #139DA2
Text Example
Text Example
White with #139DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139DA2; }
p { color: rgb(19,157,162); }
H1.HeaderClassName
{
color: #139DA2;
}
.AnyTagClassName
{
color: #139DA2;
}
</style>
background-color css
<style>
a { background-color: #139DA2; }
a { background-color: rgb(19,157,162); }
div.DivClassName
{
background-color: #139DA2;
}
.BgClassName
{
background-color: #139DA2;
}
</style>
border-color css
<style>
span { border-color: #139DA2; }
span { border-color: rgb(19,157,162); }
td.TdClassName
{
border-color: #139DA2;
}
.TagClassName
{
border-color: #139DA2;
}
</style>