Shades of Java #119DA2
Tints of Java #119DA2
RGB
CMYK
RGB Variations
Color information
#119DA2 (or 0x119DA2) is known color: Java. HEX triplet: 11, 9D and A2. RGB value is (17,157,162). Sum of RGB (Red+Green+Blue) = 17+157+162=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #119DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DA2 is #EE625D. Grayscale: #737373. Windows color (decimal): -15622750 or 10657041. OLE color: 10657041.
HSL color Cylindrical-coordinate representation of color #119DA2: hue angle of 182.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119DA2 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 157 | 162 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.36 |
| HSL | 182.07º | 0.81% | 0.35% | - |
| HSV(B) | 182.07º | 0.9% | 0.64% | - |
| XYZ | 18.81 | 26.84 | 38.37 | - |
| YUV | 115.71 | 154.12 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 162 | 0.90 | 0.03 | 0 | 0.36 | 182.07 | 0.81 | 0.35 |
| Hex | 11 | 9D | A2 | 5A | 3 | 0 | 24 | B6 | 51 | 23 |
| Octal | 21 | 235 | 242 | 132 | 3 | 0 | 44 | 266 | 121 | 43 |
| Binary | 10001 | 10011101 | 10100010 | 1011010 | 11 | 0 | 100100 | 10110110 | 1010001 | 100011 |
Color Harmonies of #119DA2
Complementary color
Monochromatic Colors of #119DA2
Black with #119DA2
Text Example
Text Example
White with #119DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DA2; }
p { color: rgb(17,157,162); }
H1.HeaderClassName
{
color: #119DA2;
}
.AnyTagClassName
{
color: #119DA2;
}
</style>
background-color css
<style>
a { background-color: #119DA2; }
a { background-color: rgb(17,157,162); }
div.DivClassName
{
background-color: #119DA2;
}
.BgClassName
{
background-color: #119DA2;
}
</style>
border-color css
<style>
span { border-color: #119DA2; }
span { border-color: rgb(17,157,162); }
td.TdClassName
{
border-color: #119DA2;
}
.TagClassName
{
border-color: #119DA2;
}
</style>