Shades of Java #1590A0
Tints of Java #1590A0
RGB
CMYK
RGB Variations
Color information
#1590A0 (or 0x1590A0) is known color: Java. HEX triplet: 15, 90 and A0. RGB value is (21,144,160). Sum of RGB (Red+Green+Blue) = 21+144+160=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #1590A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1590A0 is #EA6F5F. Grayscale: #6C6C6C. Windows color (decimal): -15363936 or 10522645. OLE color: 10522645.
HSL color Cylindrical-coordinate representation of color #1590A0: hue angle of 186.91º 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 #1590A0 is Cyan = 0.87, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 144 | 160 | - |
| CMYK | 0.87 | 0.1 | 0 | 0.37 |
| HSL | 186.91º | 0.77% | 0.35% | - |
| HSV(B) | 186.91º | 0.87% | 0.63% | - |
| XYZ | 16.63 | 22.64 | 36.75 | - |
| YUV | 109.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 160 | 0.87 | 0.1 | 0 | 0.37 | 186.91 | 0.77 | 0.35 |
| Hex | 15 | 90 | A0 | 57 | A | 0 | 25 | BB | 4D | 23 |
| Octal | 25 | 220 | 240 | 127 | 12 | 0 | 45 | 273 | 115 | 43 |
| Binary | 10101 | 10010000 | 10100000 | 1010111 | 1010 | 0 | 100101 | 10111011 | 1001101 | 100011 |
Color Harmonies of #1590A0
Complementary color
Monochromatic Colors of #1590A0
Black with #1590A0
Text Example
Text Example
White with #1590A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590A0; }
p { color: rgb(21,144,160); }
H1.HeaderClassName
{
color: #1590A0;
}
.AnyTagClassName
{
color: #1590A0;
}
</style>
background-color css
<style>
a { background-color: #1590A0; }
a { background-color: rgb(21,144,160); }
div.DivClassName
{
background-color: #1590A0;
}
.BgClassName
{
background-color: #1590A0;
}
</style>
border-color css
<style>
span { border-color: #1590A0; }
span { border-color: rgb(21,144,160); }
td.TdClassName
{
border-color: #1590A0;
}
.TagClassName
{
border-color: #1590A0;
}
</style>