Shades of Java #11959A
Tints of Java #11959A
RGB
CMYK
RGB Variations
Color information
#11959A (or 0x11959A) is known color: Java. HEX triplet: 11, 95 and 9A. RGB value is (17,149,154). Sum of RGB (Red+Green+Blue) = 17+149+154=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #11959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11959A is #EE6A65. Grayscale: #6D6D6D. Windows color (decimal): -15624806 or 10130705. OLE color: 10130705.
HSL color Cylindrical-coordinate representation of color #11959A: hue angle of 182.19º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11959A is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 149 | 154 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.40 |
| HSL | 182.19º | 0.8% | 0.34% | - |
| HSV(B) | 182.19º | 0.89% | 0.6% | - |
| XYZ | 16.81 | 23.95 | 34.31 | - |
| YUV | 110.1 | 152.77 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 154 | 0.89 | 0.03 | 0 | 0.40 | 182.19 | 0.8 | 0.34 |
| Hex | 11 | 95 | 9A | 59 | 3 | 0 | 28 | B6 | 50 | 22 |
| Octal | 21 | 225 | 232 | 131 | 3 | 0 | 50 | 266 | 120 | 42 |
| Binary | 10001 | 10010101 | 10011010 | 1011001 | 11 | 0 | 101000 | 10110110 | 1010000 | 100010 |
Color Harmonies of #11959A
Complementary color
Monochromatic Colors of #11959A
Black with #11959A
Text Example
Text Example
White with #11959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11959A; }
p { color: rgb(17,149,154); }
H1.HeaderClassName
{
color: #11959A;
}
.AnyTagClassName
{
color: #11959A;
}
</style>
background-color css
<style>
a { background-color: #11959A; }
a { background-color: rgb(17,149,154); }
div.DivClassName
{
background-color: #11959A;
}
.BgClassName
{
background-color: #11959A;
}
</style>
border-color css
<style>
span { border-color: #11959A; }
span { border-color: rgb(17,149,154); }
td.TdClassName
{
border-color: #11959A;
}
.TagClassName
{
border-color: #11959A;
}
</style>