Shades of Java #1996A4
Tints of Java #1996A4
RGB
CMYK
RGB Variations
Color information
#1996A4 (or 0x1996A4) is known color: Java. HEX triplet: 19, 96 and A4. RGB value is (25,150,164). Sum of RGB (Red+Green+Blue) = 25+150+164=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #1996A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996A4 is #E6695B. Grayscale: #727272. Windows color (decimal): -15100252 or 10786329. OLE color: 10786329.
HSL color Cylindrical-coordinate representation of color #1996A4: hue angle of 186.04º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1996A4 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 150 | 164 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.36 |
| HSL | 186.04º | 0.74% | 0.37% | - |
| HSV(B) | 186.04º | 0.85% | 0.64% | - |
| XYZ | 18.01 | 24.7 | 38.94 | - |
| YUV | 114.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 164 | 0.85 | 0.09 | 0 | 0.36 | 186.04 | 0.74 | 0.37 |
| Hex | 19 | 96 | A4 | 55 | 9 | 0 | 24 | BA | 4A | 25 |
| Octal | 31 | 226 | 244 | 125 | 11 | 0 | 44 | 272 | 112 | 45 |
| Binary | 11001 | 10010110 | 10100100 | 1010101 | 1001 | 0 | 100100 | 10111010 | 1001010 | 100101 |
Color Harmonies of #1996A4
Complementary color
Monochromatic Colors of #1996A4
Black with #1996A4
Text Example
Text Example
White with #1996A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996A4; }
p { color: rgb(25,150,164); }
H1.HeaderClassName
{
color: #1996A4;
}
.AnyTagClassName
{
color: #1996A4;
}
</style>
background-color css
<style>
a { background-color: #1996A4; }
a { background-color: rgb(25,150,164); }
div.DivClassName
{
background-color: #1996A4;
}
.BgClassName
{
background-color: #1996A4;
}
</style>
border-color css
<style>
span { border-color: #1996A4; }
span { border-color: rgb(25,150,164); }
td.TdClassName
{
border-color: #1996A4;
}
.TagClassName
{
border-color: #1996A4;
}
</style>