Shades of Java #139BA2
Tints of Java #139BA2
RGB
CMYK
RGB Variations
Color information
#139BA2 (or 0x139BA2) is known color: Java. HEX triplet: 13, 9B and A2. RGB value is (19,155,162). Sum of RGB (Red+Green+Blue) = 19+155+162=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #139BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139BA2 is #EC645D. Grayscale: #727272. Windows color (decimal): -15492190 or 10656531. OLE color: 10656531.
HSL color Cylindrical-coordinate representation of color #139BA2: hue angle of 182.94º 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 #139BA2 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 155 | 162 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.36 |
| HSL | 182.94º | 0.79% | 0.35% | - |
| HSV(B) | 182.94º | 0.88% | 0.64% | - |
| XYZ | 18.51 | 26.19 | 38.26 | - |
| YUV | 115.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 162 | 0.88 | 0.04 | 0 | 0.36 | 182.94 | 0.79 | 0.35 |
| Hex | 13 | 9B | A2 | 58 | 4 | 0 | 24 | B7 | 4F | 23 |
| Octal | 23 | 233 | 242 | 130 | 4 | 0 | 44 | 267 | 117 | 43 |
| Binary | 10011 | 10011011 | 10100010 | 1011000 | 100 | 0 | 100100 | 10110111 | 1001111 | 100011 |
Color Harmonies of #139BA2
Complementary color
Monochromatic Colors of #139BA2
Black with #139BA2
Text Example
Text Example
White with #139BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139BA2; }
p { color: rgb(19,155,162); }
H1.HeaderClassName
{
color: #139BA2;
}
.AnyTagClassName
{
color: #139BA2;
}
</style>
background-color css
<style>
a { background-color: #139BA2; }
a { background-color: rgb(19,155,162); }
div.DivClassName
{
background-color: #139BA2;
}
.BgClassName
{
background-color: #139BA2;
}
</style>
border-color css
<style>
span { border-color: #139BA2; }
span { border-color: rgb(19,155,162); }
td.TdClassName
{
border-color: #139BA2;
}
.TagClassName
{
border-color: #139BA2;
}
</style>