Shades of Java #159295
Tints of Java #159295
RGB
CMYK
RGB Variations
Color information
#159295 (or 0x159295) is known color: Java. HEX triplet: 15, 92 and 95. RGB value is (21,146,149). Sum of RGB (Red+Green+Blue) = 21+146+149=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #159295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159295 is #EA6D6A. Grayscale: #6C6C6C. Windows color (decimal): -15363435 or 9802261. OLE color: 9802261.
HSL color Cylindrical-coordinate representation of color #159295: hue angle of 181.41º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159295 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 146 | 149 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.42 |
| HSL | 181.41º | 0.75% | 0.33% | - |
| HSV(B) | 181.41º | 0.86% | 0.58% | - |
| XYZ | 16.01 | 22.89 | 32.01 | - |
| YUV | 108.97 | 150.59 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 149 | 0.86 | 0.02 | 0 | 0.42 | 181.41 | 0.75 | 0.33 |
| Hex | 15 | 92 | 95 | 56 | 2 | 0 | 2A | B5 | 4B | 21 |
| Octal | 25 | 222 | 225 | 126 | 2 | 0 | 52 | 265 | 113 | 41 |
| Binary | 10101 | 10010010 | 10010101 | 1010110 | 10 | 0 | 101010 | 10110101 | 1001011 | 100001 |
Color Harmonies of #159295
Complementary color
Monochromatic Colors of #159295
Black with #159295
Text Example
Text Example
White with #159295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159295; }
p { color: rgb(21,146,149); }
H1.HeaderClassName
{
color: #159295;
}
.AnyTagClassName
{
color: #159295;
}
</style>
background-color css
<style>
a { background-color: #159295; }
a { background-color: rgb(21,146,149); }
div.DivClassName
{
background-color: #159295;
}
.BgClassName
{
background-color: #159295;
}
</style>
border-color css
<style>
span { border-color: #159295; }
span { border-color: rgb(21,146,149); }
td.TdClassName
{
border-color: #159295;
}
.TagClassName
{
border-color: #159295;
}
</style>