Shades of Java #198091
Tints of Java #198091
RGB
CMYK
RGB Variations
Color information
#198091 (or 0x198091) is known color: Java. HEX triplet: 19, 80 and 91. RGB value is (25,128,145). Sum of RGB (Red+Green+Blue) = 25+128+145=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #198091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198091 is #E67F6E. Grayscale: #626262. Windows color (decimal): -15105903 or 9535513. OLE color: 9535513.
HSL color Cylindrical-coordinate representation of color #198091: hue angle of 188.5º 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 #198091 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 128 | 145 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.43 |
| HSL | 188.5º | 0.71% | 0.33% | - |
| HSV(B) | 188.5º | 0.83% | 0.57% | - |
| XYZ | 13.23 | 17.69 | 29.51 | - |
| YUV | 99.14 | 153.88 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 145 | 0.83 | 0.12 | 0 | 0.43 | 188.5 | 0.71 | 0.33 |
| Hex | 19 | 80 | 91 | 53 | C | 0 | 2B | BC | 47 | 21 |
| Octal | 31 | 200 | 221 | 123 | 14 | 0 | 53 | 274 | 107 | 41 |
| Binary | 11001 | 10000000 | 10010001 | 1010011 | 1100 | 0 | 101011 | 10111100 | 1000111 | 100001 |
Color Harmonies of #198091
Complementary color
Monochromatic Colors of #198091
Black with #198091
Text Example
Text Example
White with #198091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198091; }
p { color: rgb(25,128,145); }
H1.HeaderClassName
{
color: #198091;
}
.AnyTagClassName
{
color: #198091;
}
</style>
background-color css
<style>
a { background-color: #198091; }
a { background-color: rgb(25,128,145); }
div.DivClassName
{
background-color: #198091;
}
.BgClassName
{
background-color: #198091;
}
</style>
border-color css
<style>
span { border-color: #198091; }
span { border-color: rgb(25,128,145); }
td.TdClassName
{
border-color: #198091;
}
.TagClassName
{
border-color: #198091;
}
</style>