Shades of Java #139099
Tints of Java #139099
RGB
CMYK
RGB Variations
Color information
#139099 (or 0x139099) is known color: Java. HEX triplet: 13, 90 and 99. RGB value is (19,144,153). Sum of RGB (Red+Green+Blue) = 19+144+153=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #139099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139099 is #EC6F66. Grayscale: #6B6B6B. Windows color (decimal): -15495015 or 10063891. OLE color: 10063891.
HSL color Cylindrical-coordinate representation of color #139099: hue angle of 184.03º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139099 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 144 | 153 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.4 |
| HSL | 184.03º | 0.78% | 0.34% | - |
| HSV(B) | 184.03º | 0.88% | 0.6% | - |
| XYZ | 15.99 | 22.38 | 33.61 | - |
| YUV | 107.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 153 | 0.88 | 0.06 | 0 | 0.4 | 184.03 | 0.78 | 0.34 |
| Hex | 13 | 90 | 99 | 58 | 6 | 0 | 28 | B8 | 4E | 22 |
| Octal | 23 | 220 | 231 | 130 | 6 | 0 | 50 | 270 | 116 | 42 |
| Binary | 10011 | 10010000 | 10011001 | 1011000 | 110 | 0 | 101000 | 10111000 | 1001110 | 100010 |
Color Harmonies of #139099
Complementary color
Monochromatic Colors of #139099
Black with #139099
Text Example
Text Example
White with #139099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139099; }
p { color: rgb(19,144,153); }
H1.HeaderClassName
{
color: #139099;
}
.AnyTagClassName
{
color: #139099;
}
</style>
background-color css
<style>
a { background-color: #139099; }
a { background-color: rgb(19,144,153); }
div.DivClassName
{
background-color: #139099;
}
.BgClassName
{
background-color: #139099;
}
</style>
border-color css
<style>
span { border-color: #139099; }
span { border-color: rgb(19,144,153); }
td.TdClassName
{
border-color: #139099;
}
.TagClassName
{
border-color: #139099;
}
</style>