Shades of Java #10959A
Tints of Java #10959A
RGB
CMYK
RGB Variations
Color information
#10959A (or 0x10959A) is known color: Java. HEX triplet: 10, 95 and 9A. RGB value is (16,149,154). Sum of RGB (Red+Green+Blue) = 16+149+154=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #10959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10959A is #EF6A65. Grayscale: #6D6D6D. Windows color (decimal): -15690342 or 10130704. OLE color: 10130704.
HSL color Cylindrical-coordinate representation of color #10959A: hue angle of 182.17º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10959A is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 149 | 154 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.40 |
| HSL | 182.17º | 0.81% | 0.33% | - |
| HSV(B) | 182.17º | 0.9% | 0.6% | - |
| XYZ | 16.79 | 23.94 | 34.31 | - |
| YUV | 109.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 154 | 0.90 | 0.03 | 0 | 0.40 | 182.17 | 0.81 | 0.33 |
| Hex | 10 | 95 | 9A | 5A | 3 | 0 | 28 | B6 | 51 | 21 |
| Octal | 20 | 225 | 232 | 132 | 3 | 0 | 50 | 266 | 121 | 41 |
| Binary | 10000 | 10010101 | 10011010 | 1011010 | 11 | 0 | 101000 | 10110110 | 1010001 | 100001 |
Color Harmonies of #10959A
Complementary color
Monochromatic Colors of #10959A
Black with #10959A
Text Example
Text Example
White with #10959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10959A; }
p { color: rgb(16,149,154); }
H1.HeaderClassName
{
color: #10959A;
}
.AnyTagClassName
{
color: #10959A;
}
</style>
background-color css
<style>
a { background-color: #10959A; }
a { background-color: rgb(16,149,154); }
div.DivClassName
{
background-color: #10959A;
}
.BgClassName
{
background-color: #10959A;
}
</style>
border-color css
<style>
span { border-color: #10959A; }
span { border-color: rgb(16,149,154); }
td.TdClassName
{
border-color: #10959A;
}
.TagClassName
{
border-color: #10959A;
}
</style>