Shades of Java #1997A1
Tints of Java #1997A1
RGB
CMYK
RGB Variations
Color information
#1997A1 (or 0x1997A1) is known color: Java. HEX triplet: 19, 97 and A1. RGB value is (25,151,161). Sum of RGB (Red+Green+Blue) = 25+151+161=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #1997A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1997A1 is #E6685E. Grayscale: #727272. Windows color (decimal): -15099999 or 10589977. OLE color: 10589977.
HSL color Cylindrical-coordinate representation of color #1997A1: hue angle of 184.41º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1997A1 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 151 | 161 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.37 |
| HSL | 184.41º | 0.73% | 0.36% | - |
| HSV(B) | 184.41º | 0.84% | 0.63% | - |
| XYZ | 17.9 | 24.91 | 37.58 | - |
| YUV | 114.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 161 | 0.84 | 0.06 | 0 | 0.37 | 184.41 | 0.73 | 0.36 |
| Hex | 19 | 97 | A1 | 54 | 6 | 0 | 25 | B8 | 49 | 24 |
| Octal | 31 | 227 | 241 | 124 | 6 | 0 | 45 | 270 | 111 | 44 |
| Binary | 11001 | 10010111 | 10100001 | 1010100 | 110 | 0 | 100101 | 10111000 | 1001001 | 100100 |
Color Harmonies of #1997A1
Complementary color
Monochromatic Colors of #1997A1
Black with #1997A1
Text Example
Text Example
White with #1997A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997A1; }
p { color: rgb(25,151,161); }
H1.HeaderClassName
{
color: #1997A1;
}
.AnyTagClassName
{
color: #1997A1;
}
</style>
background-color css
<style>
a { background-color: #1997A1; }
a { background-color: rgb(25,151,161); }
div.DivClassName
{
background-color: #1997A1;
}
.BgClassName
{
background-color: #1997A1;
}
</style>
border-color css
<style>
span { border-color: #1997A1; }
span { border-color: rgb(25,151,161); }
td.TdClassName
{
border-color: #1997A1;
}
.TagClassName
{
border-color: #1997A1;
}
</style>