Shades of Java #119FA5
Tints of Java #119FA5
RGB
CMYK
RGB Variations
Color information
#119FA5 (or 0x119FA5) is known color: Java. HEX triplet: 11, 9F and A5. RGB value is (17,159,165). Sum of RGB (Red+Green+Blue) = 17+159+165=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #119FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FA5 is #EE605A. Grayscale: #757575. Windows color (decimal): -15622235 or 10854161. OLE color: 10854161.
HSL color Cylindrical-coordinate representation of color #119FA5: hue angle of 182.43º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119FA5 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 159 | 165 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.35 |
| HSL | 182.43º | 0.81% | 0.36% | - |
| HSV(B) | 182.43º | 0.9% | 0.65% | - |
| XYZ | 19.42 | 27.63 | 39.91 | - |
| YUV | 117.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 165 | 0.90 | 0.04 | 0 | 0.35 | 182.43 | 0.81 | 0.36 |
| Hex | 11 | 9F | A5 | 5A | 4 | 0 | 23 | B6 | 51 | 24 |
| Octal | 21 | 237 | 245 | 132 | 4 | 0 | 43 | 266 | 121 | 44 |
| Binary | 10001 | 10011111 | 10100101 | 1011010 | 100 | 0 | 100011 | 10110110 | 1010001 | 100100 |
Color Harmonies of #119FA5
Complementary color
Monochromatic Colors of #119FA5
Black with #119FA5
Text Example
Text Example
White with #119FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FA5; }
p { color: rgb(17,159,165); }
H1.HeaderClassName
{
color: #119FA5;
}
.AnyTagClassName
{
color: #119FA5;
}
</style>
background-color css
<style>
a { background-color: #119FA5; }
a { background-color: rgb(17,159,165); }
div.DivClassName
{
background-color: #119FA5;
}
.BgClassName
{
background-color: #119FA5;
}
</style>
border-color css
<style>
span { border-color: #119FA5; }
span { border-color: rgb(17,159,165); }
td.TdClassName
{
border-color: #119FA5;
}
.TagClassName
{
border-color: #119FA5;
}
</style>