Shades of Java #119399
Tints of Java #119399
RGB
CMYK
RGB Variations
Color information
#119399 (or 0x119399) is known color: Java. HEX triplet: 11, 93 and 99. RGB value is (17,147,153). Sum of RGB (Red+Green+Blue) = 17+147+153=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #119399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119399 is #EE6C66. Grayscale: #6C6C6C. Windows color (decimal): -15625319 or 10064657. OLE color: 10064657.
HSL color Cylindrical-coordinate representation of color #119399: hue angle of 182.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119399 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 147 | 153 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.4 |
| HSL | 182.65º | 0.8% | 0.33% | - |
| HSV(B) | 182.65º | 0.89% | 0.6% | - |
| XYZ | 16.41 | 23.29 | 33.77 | - |
| YUV | 108.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 153 | 0.89 | 0.04 | 0 | 0.4 | 182.65 | 0.8 | 0.33 |
| Hex | 11 | 93 | 99 | 59 | 4 | 0 | 28 | B7 | 50 | 21 |
| Octal | 21 | 223 | 231 | 131 | 4 | 0 | 50 | 267 | 120 | 41 |
| Binary | 10001 | 10010011 | 10011001 | 1011001 | 100 | 0 | 101000 | 10110111 | 1010000 | 100001 |
Color Harmonies of #119399
Complementary color
Monochromatic Colors of #119399
Black with #119399
Text Example
Text Example
White with #119399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119399; }
p { color: rgb(17,147,153); }
H1.HeaderClassName
{
color: #119399;
}
.AnyTagClassName
{
color: #119399;
}
</style>
background-color css
<style>
a { background-color: #119399; }
a { background-color: rgb(17,147,153); }
div.DivClassName
{
background-color: #119399;
}
.BgClassName
{
background-color: #119399;
}
</style>
border-color css
<style>
span { border-color: #119399; }
span { border-color: rgb(17,147,153); }
td.TdClassName
{
border-color: #119399;
}
.TagClassName
{
border-color: #119399;
}
</style>