Shades of Java #199288
Tints of Java #199288
RGB
CMYK
RGB Variations
Color information
#199288 (or 0x199288) is known color: Java. HEX triplet: 19, 92 and 88. RGB value is (25,146,136). Sum of RGB (Red+Green+Blue) = 25+146+136=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #199288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199288 is #E66D77. Grayscale: #6C6C6C. Windows color (decimal): -15101304 or 8950297. OLE color: 8950297.
HSL color Cylindrical-coordinate representation of color #199288: hue angle of 175.04º 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 #199288 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 136 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.43 |
| HSL | 175.04º | 0.71% | 0.34% | - |
| HSV(B) | 175.04º | 0.83% | 0.57% | - |
| XYZ | 15.12 | 22.54 | 26.85 | - |
| YUV | 108.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 136 | 0.83 | 0 | 0.07 | 0.43 | 175.04 | 0.71 | 0.34 |
| Hex | 19 | 92 | 88 | 53 | 0 | 7 | 2B | AF | 47 | 22 |
| Octal | 31 | 222 | 210 | 123 | 0 | 7 | 53 | 257 | 107 | 42 |
| Binary | 11001 | 10010010 | 10001000 | 1010011 | 0 | 111 | 101011 | 10101111 | 1000111 | 100010 |
Color Harmonies of #199288
Complementary color
Monochromatic Colors of #199288
Black with #199288
Text Example
Text Example
White with #199288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199288; }
p { color: rgb(25,146,136); }
H1.HeaderClassName
{
color: #199288;
}
.AnyTagClassName
{
color: #199288;
}
</style>
background-color css
<style>
a { background-color: #199288; }
a { background-color: rgb(25,146,136); }
div.DivClassName
{
background-color: #199288;
}
.BgClassName
{
background-color: #199288;
}
</style>
border-color css
<style>
span { border-color: #199288; }
span { border-color: rgb(25,146,136); }
td.TdClassName
{
border-color: #199288;
}
.TagClassName
{
border-color: #199288;
}
</style>