Shades of Java #10979C
Tints of Java #10979C
RGB
CMYK
RGB Variations
Color information
#10979C (or 0x10979C) is known color: Java. HEX triplet: 10, 97 and 9C. RGB value is (16,151,156). Sum of RGB (Red+Green+Blue) = 16+151+156=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #10979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10979C is #EF6863. Grayscale: #6F6F6F. Windows color (decimal): -15689828 or 10262288. OLE color: 10262288.
HSL color Cylindrical-coordinate representation of color #10979C: hue angle of 182.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10979C is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 151 | 156 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.39 |
| HSL | 182.14º | 0.81% | 0.34% | - |
| HSV(B) | 182.14º | 0.9% | 0.61% | - |
| XYZ | 17.28 | 24.64 | 35.3 | - |
| YUV | 111.21 | 153.27 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 156 | 0.90 | 0.03 | 0 | 0.39 | 182.14 | 0.81 | 0.34 |
| Hex | 10 | 97 | 9C | 5A | 3 | 0 | 27 | B6 | 51 | 22 |
| Octal | 20 | 227 | 234 | 132 | 3 | 0 | 47 | 266 | 121 | 42 |
| Binary | 10000 | 10010111 | 10011100 | 1011010 | 11 | 0 | 100111 | 10110110 | 1010001 | 100010 |
Color Harmonies of #10979C
Complementary color
Monochromatic Colors of #10979C
Black with #10979C
Text Example
Text Example
White with #10979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10979C; }
p { color: rgb(16,151,156); }
H1.HeaderClassName
{
color: #10979C;
}
.AnyTagClassName
{
color: #10979C;
}
</style>
background-color css
<style>
a { background-color: #10979C; }
a { background-color: rgb(16,151,156); }
div.DivClassName
{
background-color: #10979C;
}
.BgClassName
{
background-color: #10979C;
}
</style>
border-color css
<style>
span { border-color: #10979C; }
span { border-color: rgb(16,151,156); }
td.TdClassName
{
border-color: #10979C;
}
.TagClassName
{
border-color: #10979C;
}
</style>