Shades of Java #119B9F
Tints of Java #119B9F
RGB
CMYK
RGB Variations
Color information
#119B9F (or 0x119B9F) is known color: Java. HEX triplet: 11, 9B and 9F. RGB value is (17,155,159). Sum of RGB (Red+Green+Blue) = 17+155+159=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #119B9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119B9F is #EE6460. Grayscale: #727272. Windows color (decimal): -15623265 or 10459921. OLE color: 10459921.
HSL color Cylindrical-coordinate representation of color #119B9F: hue angle of 181.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B9F is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 155 | 159 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.38 |
| HSL | 181.69º | 0.81% | 0.35% | - |
| HSV(B) | 181.69º | 0.89% | 0.62% | - |
| XYZ | 18.21 | 26.07 | 36.87 | - |
| YUV | 114.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 159 | 0.89 | 0.03 | 0 | 0.38 | 181.69 | 0.81 | 0.35 |
| Hex | 11 | 9B | 9F | 59 | 3 | 0 | 26 | B6 | 51 | 23 |
| Octal | 21 | 233 | 237 | 131 | 3 | 0 | 46 | 266 | 121 | 43 |
| Binary | 10001 | 10011011 | 10011111 | 1011001 | 11 | 0 | 100110 | 10110110 | 1010001 | 100011 |
Color Harmonies of #119B9F
Complementary color
Monochromatic Colors of #119B9F
Black with #119B9F
Text Example
Text Example
White with #119B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B9F; }
p { color: rgb(17,155,159); }
H1.HeaderClassName
{
color: #119B9F;
}
.AnyTagClassName
{
color: #119B9F;
}
</style>
background-color css
<style>
a { background-color: #119B9F; }
a { background-color: rgb(17,155,159); }
div.DivClassName
{
background-color: #119B9F;
}
.BgClassName
{
background-color: #119B9F;
}
</style>
border-color css
<style>
span { border-color: #119B9F; }
span { border-color: rgb(17,155,159); }
td.TdClassName
{
border-color: #119B9F;
}
.TagClassName
{
border-color: #119B9F;
}
</style>