Shades of Java #139FA2
Tints of Java #139FA2
RGB
CMYK
RGB Variations
Color information
#139FA2 (or 0x139FA2) is known color: Java. HEX triplet: 13, 9F and A2. RGB value is (19,159,162). Sum of RGB (Red+Green+Blue) = 19+159+162=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #139FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FA2 is #EC605D. Grayscale: #757575. Windows color (decimal): -15491166 or 10657555. OLE color: 10657555.
HSL color Cylindrical-coordinate representation of color #139FA2: hue angle of 181.26º 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 #139FA2 is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 159 | 162 | - |
| CMYK | 0.88 | 0.02 | 0 | 0.36 |
| HSL | 181.26º | 0.79% | 0.35% | - |
| HSV(B) | 181.26º | 0.88% | 0.64% | - |
| XYZ | 19.19 | 27.54 | 38.49 | - |
| YUV | 117.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 162 | 0.88 | 0.02 | 0 | 0.36 | 181.26 | 0.79 | 0.35 |
| Hex | 13 | 9F | A2 | 58 | 2 | 0 | 24 | B5 | 4F | 23 |
| Octal | 23 | 237 | 242 | 130 | 2 | 0 | 44 | 265 | 117 | 43 |
| Binary | 10011 | 10011111 | 10100010 | 1011000 | 10 | 0 | 100100 | 10110101 | 1001111 | 100011 |
Color Harmonies of #139FA2
Complementary color
Monochromatic Colors of #139FA2
Black with #139FA2
Text Example
Text Example
White with #139FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FA2; }
p { color: rgb(19,159,162); }
H1.HeaderClassName
{
color: #139FA2;
}
.AnyTagClassName
{
color: #139FA2;
}
</style>
background-color css
<style>
a { background-color: #139FA2; }
a { background-color: rgb(19,159,162); }
div.DivClassName
{
background-color: #139FA2;
}
.BgClassName
{
background-color: #139FA2;
}
</style>
border-color css
<style>
span { border-color: #139FA2; }
span { border-color: rgb(19,159,162); }
td.TdClassName
{
border-color: #139FA2;
}
.TagClassName
{
border-color: #139FA2;
}
</style>