Shades of Java #109397
Tints of Java #109397
RGB
CMYK
RGB Variations
Color information
#109397 (or 0x109397) is known color: Java. HEX triplet: 10, 93 and 97. RGB value is (16,147,151). Sum of RGB (Red+Green+Blue) = 16+147+151=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #109397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109397 is #EF6C68. Grayscale: #6C6C6C. Windows color (decimal): -15690857 or 9933584. OLE color: 9933584.
HSL color Cylindrical-coordinate representation of color #109397: hue angle of 181.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109397 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 147 | 151 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.41 |
| HSL | 181.78º | 0.81% | 0.33% | - |
| HSV(B) | 181.78º | 0.89% | 0.59% | - |
| XYZ | 16.23 | 23.21 | 32.9 | - |
| YUV | 108.29 | 152.1 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 151 | 0.89 | 0.03 | 0 | 0.41 | 181.78 | 0.81 | 0.33 |
| Hex | 10 | 93 | 97 | 59 | 3 | 0 | 29 | B6 | 51 | 21 |
| Octal | 20 | 223 | 227 | 131 | 3 | 0 | 51 | 266 | 121 | 41 |
| Binary | 10000 | 10010011 | 10010111 | 1011001 | 11 | 0 | 101001 | 10110110 | 1010001 | 100001 |
Color Harmonies of #109397
Complementary color
Monochromatic Colors of #109397
Black with #109397
Text Example
Text Example
White with #109397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109397; }
p { color: rgb(16,147,151); }
H1.HeaderClassName
{
color: #109397;
}
.AnyTagClassName
{
color: #109397;
}
</style>
background-color css
<style>
a { background-color: #109397; }
a { background-color: rgb(16,147,151); }
div.DivClassName
{
background-color: #109397;
}
.BgClassName
{
background-color: #109397;
}
</style>
border-color css
<style>
span { border-color: #109397; }
span { border-color: rgb(16,147,151); }
td.TdClassName
{
border-color: #109397;
}
.TagClassName
{
border-color: #109397;
}
</style>