Shades of Java #10959B
Tints of Java #10959B
RGB
CMYK
RGB Variations
Color information
#10959B (or 0x10959B) is known color: Java. HEX triplet: 10, 95 and 9B. RGB value is (16,149,155). Sum of RGB (Red+Green+Blue) = 16+149+155=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #10959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10959B is #EF6A64. Grayscale: #6D6D6D. Windows color (decimal): -15690341 or 10196240. OLE color: 10196240.
HSL color Cylindrical-coordinate representation of color #10959B: hue angle of 182.59º 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 #10959B is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 149 | 155 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.39 |
| HSL | 182.59º | 0.81% | 0.34% | - |
| HSV(B) | 182.59º | 0.9% | 0.61% | - |
| XYZ | 16.88 | 23.97 | 34.75 | - |
| YUV | 109.92 | 153.44 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 155 | 0.90 | 0.04 | 0 | 0.39 | 182.59 | 0.81 | 0.34 |
| Hex | 10 | 95 | 9B | 5A | 4 | 0 | 27 | B7 | 51 | 22 |
| Octal | 20 | 225 | 233 | 132 | 4 | 0 | 47 | 267 | 121 | 42 |
| Binary | 10000 | 10010101 | 10011011 | 1011010 | 100 | 0 | 100111 | 10110111 | 1010001 | 100010 |
Color Harmonies of #10959B
Complementary color
Monochromatic Colors of #10959B
Black with #10959B
Text Example
Text Example
White with #10959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10959B; }
p { color: rgb(16,149,155); }
H1.HeaderClassName
{
color: #10959B;
}
.AnyTagClassName
{
color: #10959B;
}
</style>
background-color css
<style>
a { background-color: #10959B; }
a { background-color: rgb(16,149,155); }
div.DivClassName
{
background-color: #10959B;
}
.BgClassName
{
background-color: #10959B;
}
</style>
border-color css
<style>
span { border-color: #10959B; }
span { border-color: rgb(16,149,155); }
td.TdClassName
{
border-color: #10959B;
}
.TagClassName
{
border-color: #10959B;
}
</style>