Shades of Java #10939A
Tints of Java #10939A
RGB
CMYK
RGB Variations
Color information
#10939A (or 0x10939A) is known color: Java. HEX triplet: 10, 93 and 9A. RGB value is (16,147,154). Sum of RGB (Red+Green+Blue) = 16+147+154=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #10939A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10939A is #EF6C65. Grayscale: #6C6C6C. Windows color (decimal): -15690854 or 10130192. OLE color: 10130192.
HSL color Cylindrical-coordinate representation of color #10939A: hue angle of 183.04º 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 #10939A is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 147 | 154 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.40 |
| HSL | 183.04º | 0.81% | 0.33% | - |
| HSV(B) | 183.04º | 0.9% | 0.6% | - |
| XYZ | 16.48 | 23.31 | 34.2 | - |
| YUV | 108.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 154 | 0.90 | 0.05 | 0 | 0.40 | 183.04 | 0.81 | 0.33 |
| Hex | 10 | 93 | 9A | 5A | 5 | 0 | 28 | B7 | 51 | 21 |
| Octal | 20 | 223 | 232 | 132 | 5 | 0 | 50 | 267 | 121 | 41 |
| Binary | 10000 | 10010011 | 10011010 | 1011010 | 101 | 0 | 101000 | 10110111 | 1010001 | 100001 |
Color Harmonies of #10939A
Complementary color
Monochromatic Colors of #10939A
Black with #10939A
Text Example
Text Example
White with #10939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10939A; }
p { color: rgb(16,147,154); }
H1.HeaderClassName
{
color: #10939A;
}
.AnyTagClassName
{
color: #10939A;
}
</style>
background-color css
<style>
a { background-color: #10939A; }
a { background-color: rgb(16,147,154); }
div.DivClassName
{
background-color: #10939A;
}
.BgClassName
{
background-color: #10939A;
}
</style>
border-color css
<style>
span { border-color: #10939A; }
span { border-color: rgb(16,147,154); }
td.TdClassName
{
border-color: #10939A;
}
.TagClassName
{
border-color: #10939A;
}
</style>