Shades of Java #109BA4
Tints of Java #109BA4
RGB
CMYK
RGB Variations
Color information
#109BA4 (or 0x109BA4) is known color: Java. HEX triplet: 10, 9B and A4. RGB value is (16,155,164). Sum of RGB (Red+Green+Blue) = 16+155+164=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #109BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109BA4 is #EF645B. Grayscale: #727272. Windows color (decimal): -15688796 or 10787600. OLE color: 10787600.
HSL color Cylindrical-coordinate representation of color #109BA4: hue angle of 183.65º 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 #109BA4 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 155 | 164 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.36 |
| HSL | 183.65º | 0.82% | 0.35% | - |
| HSV(B) | 183.65º | 0.9% | 0.64% | - |
| XYZ | 18.64 | 26.23 | 39.2 | - |
| YUV | 114.47 | 155.95 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 155 | 164 | 0.90 | 0.05 | 0 | 0.36 | 183.65 | 0.82 | 0.35 |
| Hex | 10 | 9B | A4 | 5A | 5 | 0 | 24 | B8 | 52 | 23 |
| Octal | 20 | 233 | 244 | 132 | 5 | 0 | 44 | 270 | 122 | 43 |
| Binary | 10000 | 10011011 | 10100100 | 1011010 | 101 | 0 | 100100 | 10111000 | 1010010 | 100011 |
Color Harmonies of #109BA4
Complementary color
Monochromatic Colors of #109BA4
Black with #109BA4
Text Example
Text Example
White with #109BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109BA4; }
p { color: rgb(16,155,164); }
H1.HeaderClassName
{
color: #109BA4;
}
.AnyTagClassName
{
color: #109BA4;
}
</style>
background-color css
<style>
a { background-color: #109BA4; }
a { background-color: rgb(16,155,164); }
div.DivClassName
{
background-color: #109BA4;
}
.BgClassName
{
background-color: #109BA4;
}
</style>
border-color css
<style>
span { border-color: #109BA4; }
span { border-color: rgb(16,155,164); }
td.TdClassName
{
border-color: #109BA4;
}
.TagClassName
{
border-color: #109BA4;
}
</style>