Shades of Java #198191
Tints of Java #198191
RGB
CMYK
RGB Variations
Color information
#198191 (or 0x198191) is known color: Java. HEX triplet: 19, 81 and 91. RGB value is (25,129,145). Sum of RGB (Red+Green+Blue) = 25+129+145=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #198191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198191 is #E67E6E. Grayscale: #636363. Windows color (decimal): -15105647 or 9535769. OLE color: 9535769.
HSL color Cylindrical-coordinate representation of color #198191: hue angle of 188º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198191 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 129 | 145 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.43 |
| HSL | 188º | 0.71% | 0.33% | - |
| HSV(B) | 188º | 0.83% | 0.57% | - |
| XYZ | 13.36 | 17.95 | 29.55 | - |
| YUV | 99.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 145 | 0.83 | 0.11 | 0 | 0.43 | 188 | 0.71 | 0.33 |
| Hex | 19 | 81 | 91 | 53 | B | 0 | 2B | BC | 47 | 21 |
| Octal | 31 | 201 | 221 | 123 | 13 | 0 | 53 | 274 | 107 | 41 |
| Binary | 11001 | 10000001 | 10010001 | 1010011 | 1011 | 0 | 101011 | 10111100 | 1000111 | 100001 |
Color Harmonies of #198191
Complementary color
Monochromatic Colors of #198191
Black with #198191
Text Example
Text Example
White with #198191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198191; }
p { color: rgb(25,129,145); }
H1.HeaderClassName
{
color: #198191;
}
.AnyTagClassName
{
color: #198191;
}
</style>
background-color css
<style>
a { background-color: #198191; }
a { background-color: rgb(25,129,145); }
div.DivClassName
{
background-color: #198191;
}
.BgClassName
{
background-color: #198191;
}
</style>
border-color css
<style>
span { border-color: #198191; }
span { border-color: rgb(25,129,145); }
td.TdClassName
{
border-color: #198191;
}
.TagClassName
{
border-color: #198191;
}
</style>