Shades of Java #199491
Tints of Java #199491
RGB
CMYK
RGB Variations
Color information
#199491 (or 0x199491) is known color: Java. HEX triplet: 19, 94 and 91. RGB value is (25,148,145). Sum of RGB (Red+Green+Blue) = 25+148+145=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #199491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199491 is #E66B6E. Grayscale: #6E6E6E. Windows color (decimal): -15100783 or 9540633. OLE color: 9540633.
HSL color Cylindrical-coordinate representation of color #199491: hue angle of 178.54º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199491 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 145 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.42 |
| HSL | 178.54º | 0.71% | 0.34% | - |
| HSV(B) | 178.54º | 0.83% | 0.58% | - |
| XYZ | 16.1 | 23.43 | 30.46 | - |
| YUV | 110.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 145 | 0.83 | 0 | 0.02 | 0.42 | 178.54 | 0.71 | 0.34 |
| Hex | 19 | 94 | 91 | 53 | 0 | 2 | 2A | B3 | 47 | 22 |
| Octal | 31 | 224 | 221 | 123 | 0 | 2 | 52 | 263 | 107 | 42 |
| Binary | 11001 | 10010100 | 10010001 | 1010011 | 0 | 10 | 101010 | 10110011 | 1000111 | 100010 |
Color Harmonies of #199491
Complementary color
Monochromatic Colors of #199491
Black with #199491
Text Example
Text Example
White with #199491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199491; }
p { color: rgb(25,148,145); }
H1.HeaderClassName
{
color: #199491;
}
.AnyTagClassName
{
color: #199491;
}
</style>
background-color css
<style>
a { background-color: #199491; }
a { background-color: rgb(25,148,145); }
div.DivClassName
{
background-color: #199491;
}
.BgClassName
{
background-color: #199491;
}
</style>
border-color css
<style>
span { border-color: #199491; }
span { border-color: rgb(25,148,145); }
td.TdClassName
{
border-color: #199491;
}
.TagClassName
{
border-color: #199491;
}
</style>