Shades of Java #1597A1
Tints of Java #1597A1
RGB
CMYK
RGB Variations
Color information
#1597A1 (or 0x1597A1) is known color: Java. HEX triplet: 15, 97 and A1. RGB value is (21,151,161). Sum of RGB (Red+Green+Blue) = 21+151+161=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 161 - color contains mainly: blue. Hex color #1597A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1597A1 is #EA685E. Grayscale: #717171. Windows color (decimal): -15362143 or 10589973. OLE color: 10589973.
HSL color Cylindrical-coordinate representation of color #1597A1: hue angle of 184.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1597A1 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 151 | 161 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.37 |
| HSL | 184.29º | 0.77% | 0.36% | - |
| HSV(B) | 184.29º | 0.87% | 0.63% | - |
| XYZ | 17.81 | 24.87 | 37.58 | - |
| YUV | 113.27 | 154.93 | 62.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 161 | 0.87 | 0.06 | 0 | 0.37 | 184.29 | 0.77 | 0.36 |
| Hex | 15 | 97 | A1 | 57 | 6 | 0 | 25 | B8 | 4D | 24 |
| Octal | 25 | 227 | 241 | 127 | 6 | 0 | 45 | 270 | 115 | 44 |
| Binary | 10101 | 10010111 | 10100001 | 1010111 | 110 | 0 | 100101 | 10111000 | 1001101 | 100100 |
Color Harmonies of #1597A1
Complementary color
Monochromatic Colors of #1597A1
Black with #1597A1
Text Example
Text Example
White with #1597A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597A1; }
p { color: rgb(21,151,161); }
H1.HeaderClassName
{
color: #1597A1;
}
.AnyTagClassName
{
color: #1597A1;
}
</style>
background-color css
<style>
a { background-color: #1597A1; }
a { background-color: rgb(21,151,161); }
div.DivClassName
{
background-color: #1597A1;
}
.BgClassName
{
background-color: #1597A1;
}
</style>
border-color css
<style>
span { border-color: #1597A1; }
span { border-color: rgb(21,151,161); }
td.TdClassName
{
border-color: #1597A1;
}
.TagClassName
{
border-color: #1597A1;
}
</style>