Shades of Java #11989F
Tints of Java #11989F
RGB
CMYK
RGB Variations
Color information
#11989F (or 0x11989F) is known color: Java. HEX triplet: 11, 98 and 9F. RGB value is (17,152,159). Sum of RGB (Red+Green+Blue) = 17+152+159=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #11989F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11989F is #EE6760. Grayscale: #707070. Windows color (decimal): -15624033 or 10459153. OLE color: 10459153.
HSL color Cylindrical-coordinate representation of color #11989F: hue angle of 182.96º 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 #11989F is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 152 | 159 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.38 |
| HSL | 182.96º | 0.81% | 0.35% | - |
| HSV(B) | 182.96º | 0.89% | 0.62% | - |
| XYZ | 17.72 | 25.08 | 36.71 | - |
| YUV | 112.43 | 154.27 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 159 | 0.89 | 0.04 | 0 | 0.38 | 182.96 | 0.81 | 0.35 |
| Hex | 11 | 98 | 9F | 59 | 4 | 0 | 26 | B7 | 51 | 23 |
| Octal | 21 | 230 | 237 | 131 | 4 | 0 | 46 | 267 | 121 | 43 |
| Binary | 10001 | 10011000 | 10011111 | 1011001 | 100 | 0 | 100110 | 10110111 | 1010001 | 100011 |
Color Harmonies of #11989F
Complementary color
Monochromatic Colors of #11989F
Black with #11989F
Text Example
Text Example
White with #11989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11989F; }
p { color: rgb(17,152,159); }
H1.HeaderClassName
{
color: #11989F;
}
.AnyTagClassName
{
color: #11989F;
}
</style>
background-color css
<style>
a { background-color: #11989F; }
a { background-color: rgb(17,152,159); }
div.DivClassName
{
background-color: #11989F;
}
.BgClassName
{
background-color: #11989F;
}
</style>
border-color css
<style>
span { border-color: #11989F; }
span { border-color: rgb(17,152,159); }
td.TdClassName
{
border-color: #11989F;
}
.TagClassName
{
border-color: #11989F;
}
</style>