Shades of Java #139FA1
Tints of Java #139FA1
RGB
CMYK
RGB Variations
Color information
#139FA1 (or 0x139FA1) is known color: Java. HEX triplet: 13, 9F and A1. RGB value is (19,159,161). Sum of RGB (Red+Green+Blue) = 19+159+161=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #139FA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FA1 is #EC605E. Grayscale: #757575. Windows color (decimal): -15491167 or 10592019. OLE color: 10592019.
HSL color Cylindrical-coordinate representation of color #139FA1: hue angle of 180.85º 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 #139FA1 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 159 | 161 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.37 |
| HSL | 180.85º | 0.79% | 0.35% | - |
| HSV(B) | 180.85º | 0.88% | 0.63% | - |
| XYZ | 19.1 | 27.51 | 38.02 | - |
| YUV | 117.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 161 | 0.88 | 0.01 | 0 | 0.37 | 180.85 | 0.79 | 0.35 |
| Hex | 13 | 9F | A1 | 58 | 1 | 0 | 25 | B5 | 4F | 23 |
| Octal | 23 | 237 | 241 | 130 | 1 | 0 | 45 | 265 | 117 | 43 |
| Binary | 10011 | 10011111 | 10100001 | 1011000 | 1 | 0 | 100101 | 10110101 | 1001111 | 100011 |
Color Harmonies of #139FA1
Complementary color
Monochromatic Colors of #139FA1
Black with #139FA1
Text Example
Text Example
White with #139FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FA1; }
p { color: rgb(19,159,161); }
H1.HeaderClassName
{
color: #139FA1;
}
.AnyTagClassName
{
color: #139FA1;
}
</style>
background-color css
<style>
a { background-color: #139FA1; }
a { background-color: rgb(19,159,161); }
div.DivClassName
{
background-color: #139FA1;
}
.BgClassName
{
background-color: #139FA1;
}
</style>
border-color css
<style>
span { border-color: #139FA1; }
span { border-color: rgb(19,159,161); }
td.TdClassName
{
border-color: #139FA1;
}
.TagClassName
{
border-color: #139FA1;
}
</style>