Shades of Java #109FA3
Tints of Java #109FA3
RGB
CMYK
RGB Variations
Color information
#109FA3 (or 0x109FA3) is known color: Java. HEX triplet: 10, 9F and A3. RGB value is (16,159,163). Sum of RGB (Red+Green+Blue) = 16+159+163=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #109FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FA3 is #EF605C. Grayscale: #747474. Windows color (decimal): -15687773 or 10723088. OLE color: 10723088.
HSL color Cylindrical-coordinate representation of color #109FA3: hue angle of 181.63º 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 #109FA3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 159 | 163 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.36 |
| HSL | 181.63º | 0.82% | 0.35% | - |
| HSV(B) | 181.63º | 0.9% | 0.64% | - |
| XYZ | 19.22 | 27.55 | 38.96 | - |
| YUV | 116.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 163 | 0.90 | 0.02 | 0 | 0.36 | 181.63 | 0.82 | 0.35 |
| Hex | 10 | 9F | A3 | 5A | 2 | 0 | 24 | B6 | 52 | 23 |
| Octal | 20 | 237 | 243 | 132 | 2 | 0 | 44 | 266 | 122 | 43 |
| Binary | 10000 | 10011111 | 10100011 | 1011010 | 10 | 0 | 100100 | 10110110 | 1010010 | 100011 |
Color Harmonies of #109FA3
Complementary color
Monochromatic Colors of #109FA3
Black with #109FA3
Text Example
Text Example
White with #109FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FA3; }
p { color: rgb(16,159,163); }
H1.HeaderClassName
{
color: #109FA3;
}
.AnyTagClassName
{
color: #109FA3;
}
</style>
background-color css
<style>
a { background-color: #109FA3; }
a { background-color: rgb(16,159,163); }
div.DivClassName
{
background-color: #109FA3;
}
.BgClassName
{
background-color: #109FA3;
}
</style>
border-color css
<style>
span { border-color: #109FA3; }
span { border-color: rgb(16,159,163); }
td.TdClassName
{
border-color: #109FA3;
}
.TagClassName
{
border-color: #109FA3;
}
</style>