Shades of Java #11969E
Tints of Java #11969E
RGB
CMYK
RGB Variations
Color information
#11969E (or 0x11969E) is known color: Java. HEX triplet: 11, 96 and 9E. RGB value is (17,150,158). Sum of RGB (Red+Green+Blue) = 17+150+158=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #11969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11969E is #EE6961. Grayscale: #6E6E6E. Windows color (decimal): -15624546 or 10393105. OLE color: 10393105.
HSL color Cylindrical-coordinate representation of color #11969E: hue angle of 183.4º 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 #11969E is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 150 | 158 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.38 |
| HSL | 183.4º | 0.81% | 0.34% | - |
| HSV(B) | 183.4º | 0.89% | 0.62% | - |
| XYZ | 17.31 | 24.4 | 36.15 | - |
| YUV | 111.15 | 154.44 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 150 | 158 | 0.89 | 0.05 | 0 | 0.38 | 183.4 | 0.81 | 0.34 |
| Hex | 11 | 96 | 9E | 59 | 5 | 0 | 26 | B7 | 51 | 22 |
| Octal | 21 | 226 | 236 | 131 | 5 | 0 | 46 | 267 | 121 | 42 |
| Binary | 10001 | 10010110 | 10011110 | 1011001 | 101 | 0 | 100110 | 10110111 | 1010001 | 100010 |
Color Harmonies of #11969E
Complementary color
Monochromatic Colors of #11969E
Black with #11969E
Text Example
Text Example
White with #11969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11969E; }
p { color: rgb(17,150,158); }
H1.HeaderClassName
{
color: #11969E;
}
.AnyTagClassName
{
color: #11969E;
}
</style>
background-color css
<style>
a { background-color: #11969E; }
a { background-color: rgb(17,150,158); }
div.DivClassName
{
background-color: #11969E;
}
.BgClassName
{
background-color: #11969E;
}
</style>
border-color css
<style>
span { border-color: #11969E; }
span { border-color: rgb(17,150,158); }
td.TdClassName
{
border-color: #11969E;
}
.TagClassName
{
border-color: #11969E;
}
</style>