Shades of Java #10979F
Tints of Java #10979F
RGB
CMYK
RGB Variations
Color information
#10979F (or 0x10979F) is known color: Java. HEX triplet: 10, 97 and 9F. RGB value is (16,151,159). Sum of RGB (Red+Green+Blue) = 16+151+159=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #10979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10979F is #EF6860. Grayscale: #6F6F6F. Windows color (decimal): -15689825 or 10458896. OLE color: 10458896.
HSL color Cylindrical-coordinate representation of color #10979F: hue angle of 183.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10979F is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 151 | 159 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.38 |
| HSL | 183.36º | 0.82% | 0.34% | - |
| HSV(B) | 183.36º | 0.9% | 0.62% | - |
| XYZ | 17.54 | 24.75 | 36.65 | - |
| YUV | 111.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 151 | 159 | 0.90 | 0.05 | 0 | 0.38 | 183.36 | 0.82 | 0.34 |
| Hex | 10 | 97 | 9F | 5A | 5 | 0 | 26 | B7 | 52 | 22 |
| Octal | 20 | 227 | 237 | 132 | 5 | 0 | 46 | 267 | 122 | 42 |
| Binary | 10000 | 10010111 | 10011111 | 1011010 | 101 | 0 | 100110 | 10110111 | 1010010 | 100010 |
Color Harmonies of #10979F
Complementary color
Monochromatic Colors of #10979F
Black with #10979F
Text Example
Text Example
White with #10979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10979F; }
p { color: rgb(16,151,159); }
H1.HeaderClassName
{
color: #10979F;
}
.AnyTagClassName
{
color: #10979F;
}
</style>
background-color css
<style>
a { background-color: #10979F; }
a { background-color: rgb(16,151,159); }
div.DivClassName
{
background-color: #10979F;
}
.BgClassName
{
background-color: #10979F;
}
</style>
border-color css
<style>
span { border-color: #10979F; }
span { border-color: rgb(16,151,159); }
td.TdClassName
{
border-color: #10979F;
}
.TagClassName
{
border-color: #10979F;
}
</style>