Shades of Java #158995
Tints of Java #158995
RGB
CMYK
RGB Variations
Color information
#158995 (or 0x158995) is known color: Java. HEX triplet: 15, 89 and 95. RGB value is (21,137,149). Sum of RGB (Red+Green+Blue) = 21+137+149=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #158995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158995 is #EA766A. Grayscale: #676767. Windows color (decimal): -15365739 or 9799957. OLE color: 9799957.
HSL color Cylindrical-coordinate representation of color #158995: hue angle of 185.62º 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 #158995 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 137 | 149 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.42 |
| HSL | 185.63º | 0.75% | 0.33% | - |
| HSV(B) | 185.63º | 0.86% | 0.58% | - |
| XYZ | 14.68 | 20.22 | 31.56 | - |
| YUV | 103.68 | 153.57 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 149 | 0.86 | 0.08 | 0 | 0.42 | 185.63 | 0.75 | 0.33 |
| Hex | 15 | 89 | 95 | 56 | 8 | 0 | 2A | BA | 4B | 21 |
| Octal | 25 | 211 | 225 | 126 | 10 | 0 | 52 | 272 | 113 | 41 |
| Binary | 10101 | 10001001 | 10010101 | 1010110 | 1000 | 0 | 101010 | 10111010 | 1001011 | 100001 |
Color Harmonies of #158995
Complementary color
Monochromatic Colors of #158995
Black with #158995
Text Example
Text Example
White with #158995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158995; }
p { color: rgb(21,137,149); }
H1.HeaderClassName
{
color: #158995;
}
.AnyTagClassName
{
color: #158995;
}
</style>
background-color css
<style>
a { background-color: #158995; }
a { background-color: rgb(21,137,149); }
div.DivClassName
{
background-color: #158995;
}
.BgClassName
{
background-color: #158995;
}
</style>
border-color css
<style>
span { border-color: #158995; }
span { border-color: rgb(21,137,149); }
td.TdClassName
{
border-color: #158995;
}
.TagClassName
{
border-color: #158995;
}
</style>