Shades of Java #119295
Tints of Java #119295
RGB
CMYK
RGB Variations
Color information
#119295 (or 0x119295) is known color: Java. HEX triplet: 11, 92 and 95. RGB value is (17,146,149). Sum of RGB (Red+Green+Blue) = 17+146+149=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #119295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119295 is #EE6D6A. Grayscale: #6B6B6B. Windows color (decimal): -15625579 or 9802257. OLE color: 9802257.
HSL color Cylindrical-coordinate representation of color #119295: hue angle of 181.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119295 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 146 | 149 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.42 |
| HSL | 181.36º | 0.8% | 0.33% | - |
| HSV(B) | 181.36º | 0.89% | 0.58% | - |
| XYZ | 15.93 | 22.85 | 32 | - |
| YUV | 107.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 149 | 0.89 | 0.02 | 0 | 0.42 | 181.36 | 0.8 | 0.33 |
| Hex | 11 | 92 | 95 | 59 | 2 | 0 | 2A | B5 | 50 | 21 |
| Octal | 21 | 222 | 225 | 131 | 2 | 0 | 52 | 265 | 120 | 41 |
| Binary | 10001 | 10010010 | 10010101 | 1011001 | 10 | 0 | 101010 | 10110101 | 1010000 | 100001 |
Color Harmonies of #119295
Complementary color
Monochromatic Colors of #119295
Black with #119295
Text Example
Text Example
White with #119295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119295; }
p { color: rgb(17,146,149); }
H1.HeaderClassName
{
color: #119295;
}
.AnyTagClassName
{
color: #119295;
}
</style>
background-color css
<style>
a { background-color: #119295; }
a { background-color: rgb(17,146,149); }
div.DivClassName
{
background-color: #119295;
}
.BgClassName
{
background-color: #119295;
}
</style>
border-color css
<style>
span { border-color: #119295; }
span { border-color: rgb(17,146,149); }
td.TdClassName
{
border-color: #119295;
}
.TagClassName
{
border-color: #119295;
}
</style>