Shades of Java #139094
Tints of Java #139094
RGB
CMYK
RGB Variations
Color information
#139094 (or 0x139094) is known color: Java. HEX triplet: 13, 90 and 94. RGB value is (19,144,148). Sum of RGB (Red+Green+Blue) = 19+144+148=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #139094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139094 is #EC6F6B. Grayscale: #6A6A6A. Windows color (decimal): -15495020 or 9736211. OLE color: 9736211.
HSL color Cylindrical-coordinate representation of color #139094: hue angle of 181.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139094 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 144 | 148 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.42 |
| HSL | 181.86º | 0.77% | 0.33% | - |
| HSV(B) | 181.86º | 0.87% | 0.58% | - |
| XYZ | 15.59 | 22.22 | 31.48 | - |
| YUV | 107.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 148 | 0.87 | 0.03 | 0 | 0.42 | 181.86 | 0.77 | 0.33 |
| Hex | 13 | 90 | 94 | 57 | 3 | 0 | 2A | B6 | 4D | 21 |
| Octal | 23 | 220 | 224 | 127 | 3 | 0 | 52 | 266 | 115 | 41 |
| Binary | 10011 | 10010000 | 10010100 | 1010111 | 11 | 0 | 101010 | 10110110 | 1001101 | 100001 |
Color Harmonies of #139094
Complementary color
Monochromatic Colors of #139094
Black with #139094
Text Example
Text Example
White with #139094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139094; }
p { color: rgb(19,144,148); }
H1.HeaderClassName
{
color: #139094;
}
.AnyTagClassName
{
color: #139094;
}
</style>
background-color css
<style>
a { background-color: #139094; }
a { background-color: rgb(19,144,148); }
div.DivClassName
{
background-color: #139094;
}
.BgClassName
{
background-color: #139094;
}
</style>
border-color css
<style>
span { border-color: #139094; }
span { border-color: rgb(19,144,148); }
td.TdClassName
{
border-color: #139094;
}
.TagClassName
{
border-color: #139094;
}
</style>