Shades of Java #109298
Tints of Java #109298
RGB
CMYK
RGB Variations
Color information
#109298 (or 0x109298) is known color: Java. HEX triplet: 10, 92 and 98. RGB value is (16,146,152). Sum of RGB (Red+Green+Blue) = 16+146+152=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #109298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109298 is #EF6D67. Grayscale: #6B6B6B. Windows color (decimal): -15691112 or 9998864. OLE color: 9998864.
HSL color Cylindrical-coordinate representation of color #109298: hue angle of 182.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109298 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 146 | 152 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.40 |
| HSL | 182.65º | 0.81% | 0.33% | - |
| HSV(B) | 182.65º | 0.89% | 0.6% | - |
| XYZ | 16.16 | 22.93 | 33.28 | - |
| YUV | 107.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 152 | 0.89 | 0.04 | 0 | 0.40 | 182.65 | 0.81 | 0.33 |
| Hex | 10 | 92 | 98 | 59 | 4 | 0 | 28 | B7 | 51 | 21 |
| Octal | 20 | 222 | 230 | 131 | 4 | 0 | 50 | 267 | 121 | 41 |
| Binary | 10000 | 10010010 | 10011000 | 1011001 | 100 | 0 | 101000 | 10110111 | 1010001 | 100001 |
Color Harmonies of #109298
Complementary color
Monochromatic Colors of #109298
Black with #109298
Text Example
Text Example
White with #109298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109298; }
p { color: rgb(16,146,152); }
H1.HeaderClassName
{
color: #109298;
}
.AnyTagClassName
{
color: #109298;
}
</style>
background-color css
<style>
a { background-color: #109298; }
a { background-color: rgb(16,146,152); }
div.DivClassName
{
background-color: #109298;
}
.BgClassName
{
background-color: #109298;
}
</style>
border-color css
<style>
span { border-color: #109298; }
span { border-color: rgb(16,146,152); }
td.TdClassName
{
border-color: #109298;
}
.TagClassName
{
border-color: #109298;
}
</style>