Shades of Java #199291
Tints of Java #199291
RGB
CMYK
RGB Variations
Color information
#199291 (or 0x199291) is known color: Java. HEX triplet: 19, 92 and 91. RGB value is (25,146,145). Sum of RGB (Red+Green+Blue) = 25+146+145=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #199291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199291 is #E66D6E. Grayscale: #6D6D6D. Windows color (decimal): -15101295 or 9540121. OLE color: 9540121.
HSL color Cylindrical-coordinate representation of color #199291: hue angle of 179.5º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199291 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 145 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.43 |
| HSL | 179.5º | 0.71% | 0.34% | - |
| HSV(B) | 179.5º | 0.83% | 0.57% | - |
| XYZ | 15.79 | 22.81 | 30.36 | - |
| YUV | 109.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 145 | 0.83 | 0 | 0.01 | 0.43 | 179.5 | 0.71 | 0.34 |
| Hex | 19 | 92 | 91 | 53 | 0 | 1 | 2B | B4 | 47 | 22 |
| Octal | 31 | 222 | 221 | 123 | 0 | 1 | 53 | 264 | 107 | 42 |
| Binary | 11001 | 10010010 | 10010001 | 1010011 | 0 | 1 | 101011 | 10110100 | 1000111 | 100010 |
Color Harmonies of #199291
Complementary color
Monochromatic Colors of #199291
Black with #199291
Text Example
Text Example
White with #199291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199291; }
p { color: rgb(25,146,145); }
H1.HeaderClassName
{
color: #199291;
}
.AnyTagClassName
{
color: #199291;
}
</style>
background-color css
<style>
a { background-color: #199291; }
a { background-color: rgb(25,146,145); }
div.DivClassName
{
background-color: #199291;
}
.BgClassName
{
background-color: #199291;
}
</style>
border-color css
<style>
span { border-color: #199291; }
span { border-color: rgb(25,146,145); }
td.TdClassName
{
border-color: #199291;
}
.TagClassName
{
border-color: #199291;
}
</style>