Shades of Java #139092
Tints of Java #139092
RGB
CMYK
RGB Variations
Color information
#139092 (or 0x139092) is known color: Java. HEX triplet: 13, 90 and 92. RGB value is (19,144,146). Sum of RGB (Red+Green+Blue) = 19+144+146=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #139092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139092 is #EC6F6D. Grayscale: #6A6A6A. Windows color (decimal): -15495022 or 9605139. OLE color: 9605139.
HSL color Cylindrical-coordinate representation of color #139092: hue angle of 180.94º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139092 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 144 | 146 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.43 |
| HSL | 180.94º | 0.77% | 0.32% | - |
| HSV(B) | 180.94º | 0.87% | 0.57% | - |
| XYZ | 15.43 | 22.16 | 30.66 | - |
| YUV | 106.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 146 | 0.87 | 0.01 | 0 | 0.43 | 180.94 | 0.77 | 0.32 |
| Hex | 13 | 90 | 92 | 57 | 1 | 0 | 2B | B5 | 4D | 20 |
| Octal | 23 | 220 | 222 | 127 | 1 | 0 | 53 | 265 | 115 | 40 |
| Binary | 10011 | 10010000 | 10010010 | 1010111 | 1 | 0 | 101011 | 10110101 | 1001101 | 100000 |
Color Harmonies of #139092
Complementary color
Monochromatic Colors of #139092
Black with #139092
Text Example
Text Example
White with #139092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139092; }
p { color: rgb(19,144,146); }
H1.HeaderClassName
{
color: #139092;
}
.AnyTagClassName
{
color: #139092;
}
</style>
background-color css
<style>
a { background-color: #139092; }
a { background-color: rgb(19,144,146); }
div.DivClassName
{
background-color: #139092;
}
.BgClassName
{
background-color: #139092;
}
</style>
border-color css
<style>
span { border-color: #139092; }
span { border-color: rgb(19,144,146); }
td.TdClassName
{
border-color: #139092;
}
.TagClassName
{
border-color: #139092;
}
</style>