Shades of Java #1595A0
Tints of Java #1595A0
RGB
CMYK
RGB Variations
Color information
#1595A0 (or 0x1595A0) is known color: Java. HEX triplet: 15, 95 and A0. RGB value is (21,149,160). Sum of RGB (Red+Green+Blue) = 21+149+160=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #1595A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1595A0 is #EA6A5F. Grayscale: #6F6F6F. Windows color (decimal): -15362656 or 10523925. OLE color: 10523925.
HSL color Cylindrical-coordinate representation of color #1595A0: hue angle of 184.75º 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 #1595A0 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 149 | 160 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.37 |
| HSL | 184.75º | 0.77% | 0.35% | - |
| HSV(B) | 184.75º | 0.87% | 0.63% | - |
| XYZ | 17.4 | 24.19 | 37.01 | - |
| YUV | 111.98 | 155.09 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 160 | 0.87 | 0.07 | 0 | 0.37 | 184.75 | 0.77 | 0.35 |
| Hex | 15 | 95 | A0 | 57 | 7 | 0 | 25 | B9 | 4D | 23 |
| Octal | 25 | 225 | 240 | 127 | 7 | 0 | 45 | 271 | 115 | 43 |
| Binary | 10101 | 10010101 | 10100000 | 1010111 | 111 | 0 | 100101 | 10111001 | 1001101 | 100011 |
Color Harmonies of #1595A0
Complementary color
Monochromatic Colors of #1595A0
Black with #1595A0
Text Example
Text Example
White with #1595A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595A0; }
p { color: rgb(21,149,160); }
H1.HeaderClassName
{
color: #1595A0;
}
.AnyTagClassName
{
color: #1595A0;
}
</style>
background-color css
<style>
a { background-color: #1595A0; }
a { background-color: rgb(21,149,160); }
div.DivClassName
{
background-color: #1595A0;
}
.BgClassName
{
background-color: #1595A0;
}
</style>
border-color css
<style>
span { border-color: #1595A0; }
span { border-color: rgb(21,149,160); }
td.TdClassName
{
border-color: #1595A0;
}
.TagClassName
{
border-color: #1595A0;
}
</style>