Shades of Java #109FA2
Tints of Java #109FA2
RGB
CMYK
RGB Variations
Color information
#109FA2 (or 0x109FA2) is known color: Java. HEX triplet: 10, 9F and A2. RGB value is (16,159,162). Sum of RGB (Red+Green+Blue) = 16+159+162=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #109FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FA2 is #EF605D. Grayscale: #747474. Windows color (decimal): -15687774 or 10657552. OLE color: 10657552.
HSL color Cylindrical-coordinate representation of color #109FA2: hue angle of 181.23º degrees, saturation: 0.82, 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 #109FA2 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 159 | 162 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.36 |
| HSL | 181.23º | 0.82% | 0.35% | - |
| HSV(B) | 181.23º | 0.9% | 0.64% | - |
| XYZ | 19.13 | 27.52 | 38.48 | - |
| YUV | 116.59 | 153.62 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 162 | 0.90 | 0.02 | 0 | 0.36 | 181.23 | 0.82 | 0.35 |
| Hex | 10 | 9F | A2 | 5A | 2 | 0 | 24 | B5 | 52 | 23 |
| Octal | 20 | 237 | 242 | 132 | 2 | 0 | 44 | 265 | 122 | 43 |
| Binary | 10000 | 10011111 | 10100010 | 1011010 | 10 | 0 | 100100 | 10110101 | 1010010 | 100011 |
Color Harmonies of #109FA2
Complementary color
Monochromatic Colors of #109FA2
Black with #109FA2
Text Example
Text Example
White with #109FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FA2; }
p { color: rgb(16,159,162); }
H1.HeaderClassName
{
color: #109FA2;
}
.AnyTagClassName
{
color: #109FA2;
}
</style>
background-color css
<style>
a { background-color: #109FA2; }
a { background-color: rgb(16,159,162); }
div.DivClassName
{
background-color: #109FA2;
}
.BgClassName
{
background-color: #109FA2;
}
</style>
border-color css
<style>
span { border-color: #109FA2; }
span { border-color: rgb(16,159,162); }
td.TdClassName
{
border-color: #109FA2;
}
.TagClassName
{
border-color: #109FA2;
}
</style>