Shades of Java #109DA4
Tints of Java #109DA4
RGB
CMYK
RGB Variations
Color information
#109DA4 (or 0x109DA4) is known color: Java. HEX triplet: 10, 9D and A4. RGB value is (16,157,164). Sum of RGB (Red+Green+Blue) = 16+157+164=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #109DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109DA4 is #EF625B. Grayscale: #737373. Windows color (decimal): -15688284 or 10788112. OLE color: 10788112.
HSL color Cylindrical-coordinate representation of color #109DA4: hue angle of 182.84º 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 #109DA4 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 157 | 164 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.36 |
| HSL | 182.84º | 0.82% | 0.35% | - |
| HSV(B) | 182.84º | 0.9% | 0.64% | - |
| XYZ | 18.97 | 26.9 | 39.32 | - |
| YUV | 115.64 | 155.29 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 157 | 164 | 0.90 | 0.04 | 0 | 0.36 | 182.84 | 0.82 | 0.35 |
| Hex | 10 | 9D | A4 | 5A | 4 | 0 | 24 | B7 | 52 | 23 |
| Octal | 20 | 235 | 244 | 132 | 4 | 0 | 44 | 267 | 122 | 43 |
| Binary | 10000 | 10011101 | 10100100 | 1011010 | 100 | 0 | 100100 | 10110111 | 1010010 | 100011 |
Color Harmonies of #109DA4
Complementary color
Monochromatic Colors of #109DA4
Black with #109DA4
Text Example
Text Example
White with #109DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109DA4; }
p { color: rgb(16,157,164); }
H1.HeaderClassName
{
color: #109DA4;
}
.AnyTagClassName
{
color: #109DA4;
}
</style>
background-color css
<style>
a { background-color: #109DA4; }
a { background-color: rgb(16,157,164); }
div.DivClassName
{
background-color: #109DA4;
}
.BgClassName
{
background-color: #109DA4;
}
</style>
border-color css
<style>
span { border-color: #109DA4; }
span { border-color: rgb(16,157,164); }
td.TdClassName
{
border-color: #109DA4;
}
.TagClassName
{
border-color: #109DA4;
}
</style>