Shades of Java #159FA3
Tints of Java #159FA3
RGB
CMYK
RGB Variations
Color information
#159FA3 (or 0x159FA3) is known color: Java. HEX triplet: 15, 9F and A3. RGB value is (21,159,163). Sum of RGB (Red+Green+Blue) = 21+159+163=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #159FA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159FA3 is #EA605C. Grayscale: #767676. Windows color (decimal): -15360093 or 10723093. OLE color: 10723093.
HSL color Cylindrical-coordinate representation of color #159FA3: hue angle of 181.69º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159FA3 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 159 | 163 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.36 |
| HSL | 181.69º | 0.77% | 0.36% | - |
| HSV(B) | 181.69º | 0.87% | 0.64% | - |
| XYZ | 19.32 | 27.6 | 38.96 | - |
| YUV | 118.19 | 153.28 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 163 | 0.87 | 0.02 | 0 | 0.36 | 181.69 | 0.77 | 0.36 |
| Hex | 15 | 9F | A3 | 57 | 2 | 0 | 24 | B6 | 4D | 24 |
| Octal | 25 | 237 | 243 | 127 | 2 | 0 | 44 | 266 | 115 | 44 |
| Binary | 10101 | 10011111 | 10100011 | 1010111 | 10 | 0 | 100100 | 10110110 | 1001101 | 100100 |
Color Harmonies of #159FA3
Complementary color
Monochromatic Colors of #159FA3
Black with #159FA3
Text Example
Text Example
White with #159FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FA3; }
p { color: rgb(21,159,163); }
H1.HeaderClassName
{
color: #159FA3;
}
.AnyTagClassName
{
color: #159FA3;
}
</style>
background-color css
<style>
a { background-color: #159FA3; }
a { background-color: rgb(21,159,163); }
div.DivClassName
{
background-color: #159FA3;
}
.BgClassName
{
background-color: #159FA3;
}
</style>
border-color css
<style>
span { border-color: #159FA3; }
span { border-color: rgb(21,159,163); }
td.TdClassName
{
border-color: #159FA3;
}
.TagClassName
{
border-color: #159FA3;
}
</style>