Shades of Java #198190
Tints of Java #198190
RGB
CMYK
RGB Variations
Color information
#198190 (or 0x198190) is known color: Java. HEX triplet: 19, 81 and 90. RGB value is (25,129,144). Sum of RGB (Red+Green+Blue) = 25+129+144=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #198190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198190 is #E67E6F. Grayscale: #636363. Windows color (decimal): -15105648 or 9470233. OLE color: 9470233.
HSL color Cylindrical-coordinate representation of color #198190: hue angle of 187.56º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198190 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 129 | 144 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.44 |
| HSL | 187.56º | 0.7% | 0.33% | - |
| HSV(B) | 187.56º | 0.83% | 0.56% | - |
| XYZ | 13.29 | 17.92 | 29.14 | - |
| YUV | 99.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 144 | 0.83 | 0.10 | 0 | 0.44 | 187.56 | 0.7 | 0.33 |
| Hex | 19 | 81 | 90 | 53 | A | 0 | 2C | BC | 46 | 21 |
| Octal | 31 | 201 | 220 | 123 | 12 | 0 | 54 | 274 | 106 | 41 |
| Binary | 11001 | 10000001 | 10010000 | 1010011 | 1010 | 0 | 101100 | 10111100 | 1000110 | 100001 |
Color Harmonies of #198190
Complementary color
Monochromatic Colors of #198190
Black with #198190
Text Example
Text Example
White with #198190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198190; }
p { color: rgb(25,129,144); }
H1.HeaderClassName
{
color: #198190;
}
.AnyTagClassName
{
color: #198190;
}
</style>
background-color css
<style>
a { background-color: #198190; }
a { background-color: rgb(25,129,144); }
div.DivClassName
{
background-color: #198190;
}
.BgClassName
{
background-color: #198190;
}
</style>
border-color css
<style>
span { border-color: #198190; }
span { border-color: rgb(25,129,144); }
td.TdClassName
{
border-color: #198190;
}
.TagClassName
{
border-color: #198190;
}
</style>