Shades of Java #1991A3
Tints of Java #1991A3
RGB
CMYK
RGB Variations
Color information
#1991A3 (or 0x1991A3) is known color: Java. HEX triplet: 19, 91 and A3. RGB value is (25,145,163). Sum of RGB (Red+Green+Blue) = 25+145+163=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #1991A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1991A3 is #E66E5C. Grayscale: #6E6E6E. Windows color (decimal): -15101533 or 10719513. OLE color: 10719513.
HSL color Cylindrical-coordinate representation of color #1991A3: hue angle of 187.83º degrees, saturation: 0.73, 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 #1991A3 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 145 | 163 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.36 |
| HSL | 187.83º | 0.73% | 0.37% | - |
| HSV(B) | 187.83º | 0.85% | 0.64% | - |
| XYZ | 17.14 | 23.1 | 38.21 | - |
| YUV | 111.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 163 | 0.85 | 0.11 | 0 | 0.36 | 187.83 | 0.73 | 0.37 |
| Hex | 19 | 91 | A3 | 55 | B | 0 | 24 | BC | 49 | 25 |
| Octal | 31 | 221 | 243 | 125 | 13 | 0 | 44 | 274 | 111 | 45 |
| Binary | 11001 | 10010001 | 10100011 | 1010101 | 1011 | 0 | 100100 | 10111100 | 1001001 | 100101 |
Color Harmonies of #1991A3
Complementary color
Monochromatic Colors of #1991A3
Black with #1991A3
Text Example
Text Example
White with #1991A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991A3; }
p { color: rgb(25,145,163); }
H1.HeaderClassName
{
color: #1991A3;
}
.AnyTagClassName
{
color: #1991A3;
}
</style>
background-color css
<style>
a { background-color: #1991A3; }
a { background-color: rgb(25,145,163); }
div.DivClassName
{
background-color: #1991A3;
}
.BgClassName
{
background-color: #1991A3;
}
</style>
border-color css
<style>
span { border-color: #1991A3; }
span { border-color: rgb(25,145,163); }
td.TdClassName
{
border-color: #1991A3;
}
.TagClassName
{
border-color: #1991A3;
}
</style>