Shades of Java #119499
Tints of Java #119499
RGB
CMYK
RGB Variations
Color information
#119499 (or 0x119499) is known color: Java. HEX triplet: 11, 94 and 99. RGB value is (17,148,153). Sum of RGB (Red+Green+Blue) = 17+148+153=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #119499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119499 is #EE6B66. Grayscale: #6D6D6D. Windows color (decimal): -15625063 or 10064913. OLE color: 10064913.
HSL color Cylindrical-coordinate representation of color #119499: hue angle of 182.21º 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 #119499 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 148 | 153 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.4 |
| HSL | 182.21º | 0.8% | 0.33% | - |
| HSV(B) | 182.21º | 0.89% | 0.6% | - |
| XYZ | 16.57 | 23.6 | 33.82 | - |
| YUV | 109.4 | 152.6 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 153 | 0.89 | 0.03 | 0 | 0.4 | 182.21 | 0.8 | 0.33 |
| Hex | 11 | 94 | 99 | 59 | 3 | 0 | 28 | B6 | 50 | 21 |
| Octal | 21 | 224 | 231 | 131 | 3 | 0 | 50 | 266 | 120 | 41 |
| Binary | 10001 | 10010100 | 10011001 | 1011001 | 11 | 0 | 101000 | 10110110 | 1010000 | 100001 |
Color Harmonies of #119499
Complementary color
Monochromatic Colors of #119499
Black with #119499
Text Example
Text Example
White with #119499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119499; }
p { color: rgb(17,148,153); }
H1.HeaderClassName
{
color: #119499;
}
.AnyTagClassName
{
color: #119499;
}
</style>
background-color css
<style>
a { background-color: #119499; }
a { background-color: rgb(17,148,153); }
div.DivClassName
{
background-color: #119499;
}
.BgClassName
{
background-color: #119499;
}
</style>
border-color css
<style>
span { border-color: #119499; }
span { border-color: rgb(17,148,153); }
td.TdClassName
{
border-color: #119499;
}
.TagClassName
{
border-color: #119499;
}
</style>