Shades of Java #11999E
Tints of Java #11999E
RGB
CMYK
RGB Variations
Color information
#11999E (or 0x11999E) is known color: Java. HEX triplet: 11, 99 and 9E. RGB value is (17,153,158). Sum of RGB (Red+Green+Blue) = 17+153+158=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #11999E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11999E is #EE6661. Grayscale: #707070. Windows color (decimal): -15623778 or 10393873. OLE color: 10393873.
HSL color Cylindrical-coordinate representation of color #11999E: hue angle of 182.13º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11999E is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 153 | 158 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.38 |
| HSL | 182.13º | 0.81% | 0.34% | - |
| HSV(B) | 182.13º | 0.89% | 0.62% | - |
| XYZ | 17.79 | 25.37 | 36.31 | - |
| YUV | 112.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 158 | 0.89 | 0.03 | 0 | 0.38 | 182.13 | 0.81 | 0.34 |
| Hex | 11 | 99 | 9E | 59 | 3 | 0 | 26 | B6 | 51 | 22 |
| Octal | 21 | 231 | 236 | 131 | 3 | 0 | 46 | 266 | 121 | 42 |
| Binary | 10001 | 10011001 | 10011110 | 1011001 | 11 | 0 | 100110 | 10110110 | 1010001 | 100010 |
Color Harmonies of #11999E
Complementary color
Monochromatic Colors of #11999E
Black with #11999E
Text Example
Text Example
White with #11999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11999E; }
p { color: rgb(17,153,158); }
H1.HeaderClassName
{
color: #11999E;
}
.AnyTagClassName
{
color: #11999E;
}
</style>
background-color css
<style>
a { background-color: #11999E; }
a { background-color: rgb(17,153,158); }
div.DivClassName
{
background-color: #11999E;
}
.BgClassName
{
background-color: #11999E;
}
</style>
border-color css
<style>
span { border-color: #11999E; }
span { border-color: rgb(17,153,158); }
td.TdClassName
{
border-color: #11999E;
}
.TagClassName
{
border-color: #11999E;
}
</style>