Shades of Java #109BA3
Tints of Java #109BA3
RGB
CMYK
RGB Variations
Color information
#109BA3 (or 0x109BA3) is known color: Java. HEX triplet: 10, 9B and A3. RGB value is (16,155,163). Sum of RGB (Red+Green+Blue) = 16+155+163=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #109BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BA3 is #EF645C. Grayscale: #727272. Windows color (decimal): -15688797 or 10722064. OLE color: 10722064.
HSL color Cylindrical-coordinate representation of color #109BA3: hue angle of 183.27º 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 #109BA3 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 155 | 163 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.36 |
| HSL | 183.27º | 0.82% | 0.35% | - |
| HSV(B) | 183.27º | 0.9% | 0.64% | - |
| XYZ | 18.55 | 26.2 | 38.73 | - |
| YUV | 114.35 | 155.45 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 163 | 0.90 | 0.05 | 0 | 0.36 | 183.27 | 0.82 | 0.35 |
| Hex | 10 | 9B | A3 | 5A | 5 | 0 | 24 | B7 | 52 | 23 |
| Octal | 20 | 233 | 243 | 132 | 5 | 0 | 44 | 267 | 122 | 43 |
| Binary | 10000 | 10011011 | 10100011 | 1011010 | 101 | 0 | 100100 | 10110111 | 1010010 | 100011 |
Color Harmonies of #109BA3
Complementary color
Monochromatic Colors of #109BA3
Black with #109BA3
Text Example
Text Example
White with #109BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BA3; }
p { color: rgb(16,155,163); }
H1.HeaderClassName
{
color: #109BA3;
}
.AnyTagClassName
{
color: #109BA3;
}
</style>
background-color css
<style>
a { background-color: #109BA3; }
a { background-color: rgb(16,155,163); }
div.DivClassName
{
background-color: #109BA3;
}
.BgClassName
{
background-color: #109BA3;
}
</style>
border-color css
<style>
span { border-color: #109BA3; }
span { border-color: rgb(16,155,163); }
td.TdClassName
{
border-color: #109BA3;
}
.TagClassName
{
border-color: #109BA3;
}
</style>