Shades of Java #158FA0
Tints of Java #158FA0
RGB
CMYK
RGB Variations
Color information
#158FA0 (or 0x158FA0) is known color: Java. HEX triplet: 15, 8F and A0. RGB value is (21,143,160). Sum of RGB (Red+Green+Blue) = 21+143+160=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #158FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA0 is #EA705F. Grayscale: #6C6C6C. Windows color (decimal): -15364192 or 10522389. OLE color: 10522389.
HSL color Cylindrical-coordinate representation of color #158FA0: hue angle of 187.34º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158FA0 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 143 | 160 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.37 |
| HSL | 187.34º | 0.77% | 0.35% | - |
| HSV(B) | 187.34º | 0.87% | 0.63% | - |
| XYZ | 16.48 | 22.34 | 36.7 | - |
| YUV | 108.46 | 157.08 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 160 | 0.87 | 0.11 | 0 | 0.37 | 187.34 | 0.77 | 0.35 |
| Hex | 15 | 8F | A0 | 57 | B | 0 | 25 | BB | 4D | 23 |
| Octal | 25 | 217 | 240 | 127 | 13 | 0 | 45 | 273 | 115 | 43 |
| Binary | 10101 | 10001111 | 10100000 | 1010111 | 1011 | 0 | 100101 | 10111011 | 1001101 | 100011 |
Color Harmonies of #158FA0
Complementary color
Monochromatic Colors of #158FA0
Black with #158FA0
Text Example
Text Example
White with #158FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FA0; }
p { color: rgb(21,143,160); }
H1.HeaderClassName
{
color: #158FA0;
}
.AnyTagClassName
{
color: #158FA0;
}
</style>
background-color css
<style>
a { background-color: #158FA0; }
a { background-color: rgb(21,143,160); }
div.DivClassName
{
background-color: #158FA0;
}
.BgClassName
{
background-color: #158FA0;
}
</style>
border-color css
<style>
span { border-color: #158FA0; }
span { border-color: rgb(21,143,160); }
td.TdClassName
{
border-color: #158FA0;
}
.TagClassName
{
border-color: #158FA0;
}
</style>