Shades of Java #119097
Tints of Java #119097
RGB
CMYK
RGB Variations
Color information
#119097 (or 0x119097) is known color: Java. HEX triplet: 11, 90 and 97. RGB value is (17,144,151). Sum of RGB (Red+Green+Blue) = 17+144+151=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #119097 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119097 is #EE6F68. Grayscale: #6A6A6A. Windows color (decimal): -15626089 or 9932817. OLE color: 9932817.
HSL color Cylindrical-coordinate representation of color #119097: hue angle of 183.13º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119097 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 144 | 151 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.41 |
| HSL | 183.13º | 0.8% | 0.33% | - |
| HSV(B) | 183.13º | 0.89% | 0.59% | - |
| XYZ | 15.79 | 22.3 | 32.75 | - |
| YUV | 106.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 151 | 0.89 | 0.05 | 0 | 0.41 | 183.13 | 0.8 | 0.33 |
| Hex | 11 | 90 | 97 | 59 | 5 | 0 | 29 | B7 | 50 | 21 |
| Octal | 21 | 220 | 227 | 131 | 5 | 0 | 51 | 267 | 120 | 41 |
| Binary | 10001 | 10010000 | 10010111 | 1011001 | 101 | 0 | 101001 | 10110111 | 1010000 | 100001 |
Color Harmonies of #119097
Complementary color
Monochromatic Colors of #119097
Black with #119097
Text Example
Text Example
White with #119097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119097; }
p { color: rgb(17,144,151); }
H1.HeaderClassName
{
color: #119097;
}
.AnyTagClassName
{
color: #119097;
}
</style>
background-color css
<style>
a { background-color: #119097; }
a { background-color: rgb(17,144,151); }
div.DivClassName
{
background-color: #119097;
}
.BgClassName
{
background-color: #119097;
}
</style>
border-color css
<style>
span { border-color: #119097; }
span { border-color: rgb(17,144,151); }
td.TdClassName
{
border-color: #119097;
}
.TagClassName
{
border-color: #119097;
}
</style>