Shades of Java #1991A0
Tints of Java #1991A0
RGB
CMYK
RGB Variations
Color information
#1991A0 (or 0x1991A0) is known color: Java. HEX triplet: 19, 91 and A0. RGB value is (25,145,160). Sum of RGB (Red+Green+Blue) = 25+145+160=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 145 (57.03% from 255 or 43.94% 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 #1991A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1991A0 is #E66E5F. Grayscale: #6E6E6E. Windows color (decimal): -15101536 or 10522905. OLE color: 10522905.
HSL color Cylindrical-coordinate representation of color #1991A0: hue angle of 186.67º 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 #1991A0 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 145 | 160 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.37 |
| HSL | 186.67º | 0.73% | 0.36% | - |
| HSV(B) | 186.67º | 0.84% | 0.63% | - |
| XYZ | 16.87 | 23 | 36.81 | - |
| YUV | 110.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 160 | 0.84 | 0.09 | 0 | 0.37 | 186.67 | 0.73 | 0.36 |
| Hex | 19 | 91 | A0 | 54 | 9 | 0 | 25 | BB | 49 | 24 |
| Octal | 31 | 221 | 240 | 124 | 11 | 0 | 45 | 273 | 111 | 44 |
| Binary | 11001 | 10010001 | 10100000 | 1010100 | 1001 | 0 | 100101 | 10111011 | 1001001 | 100100 |
Color Harmonies of #1991A0
Complementary color
Monochromatic Colors of #1991A0
Black with #1991A0
Text Example
Text Example
White with #1991A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991A0; }
p { color: rgb(25,145,160); }
H1.HeaderClassName
{
color: #1991A0;
}
.AnyTagClassName
{
color: #1991A0;
}
</style>
background-color css
<style>
a { background-color: #1991A0; }
a { background-color: rgb(25,145,160); }
div.DivClassName
{
background-color: #1991A0;
}
.BgClassName
{
background-color: #1991A0;
}
</style>
border-color css
<style>
span { border-color: #1991A0; }
span { border-color: rgb(25,145,160); }
td.TdClassName
{
border-color: #1991A0;
}
.TagClassName
{
border-color: #1991A0;
}
</style>