Shades of Java #119298
Tints of Java #119298
RGB
CMYK
RGB Variations
Color information
#119298 (or 0x119298) is known color: Java. HEX triplet: 11, 92 and 98. RGB value is (17,146,152). Sum of RGB (Red+Green+Blue) = 17+146+152=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #119298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119298 is #EE6D67. Grayscale: #6B6B6B. Windows color (decimal): -15625576 or 9998865. OLE color: 9998865.
HSL color Cylindrical-coordinate representation of color #119298: hue angle of 182.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119298 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 146 | 152 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.40 |
| HSL | 182.67º | 0.8% | 0.33% | - |
| HSV(B) | 182.67º | 0.89% | 0.6% | - |
| XYZ | 16.18 | 22.94 | 33.28 | - |
| YUV | 108.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 152 | 0.89 | 0.04 | 0 | 0.40 | 182.67 | 0.8 | 0.33 |
| Hex | 11 | 92 | 98 | 59 | 4 | 0 | 28 | B7 | 50 | 21 |
| Octal | 21 | 222 | 230 | 131 | 4 | 0 | 50 | 267 | 120 | 41 |
| Binary | 10001 | 10010010 | 10011000 | 1011001 | 100 | 0 | 101000 | 10110111 | 1010000 | 100001 |
Color Harmonies of #119298
Complementary color
Monochromatic Colors of #119298
Black with #119298
Text Example
Text Example
White with #119298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119298; }
p { color: rgb(17,146,152); }
H1.HeaderClassName
{
color: #119298;
}
.AnyTagClassName
{
color: #119298;
}
</style>
background-color css
<style>
a { background-color: #119298; }
a { background-color: rgb(17,146,152); }
div.DivClassName
{
background-color: #119298;
}
.BgClassName
{
background-color: #119298;
}
</style>
border-color css
<style>
span { border-color: #119298; }
span { border-color: rgb(17,146,152); }
td.TdClassName
{
border-color: #119298;
}
.TagClassName
{
border-color: #119298;
}
</style>