Shades of Java #198491
Tints of Java #198491
RGB
CMYK
RGB Variations
Color information
#198491 (or 0x198491) is known color: Java. HEX triplet: 19, 84 and 91. RGB value is (25,132,145). Sum of RGB (Red+Green+Blue) = 25+132+145=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #198491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198491 is #E67B6E. Grayscale: #656565. Windows color (decimal): -15104879 or 9536537. OLE color: 9536537.
HSL color Cylindrical-coordinate representation of color #198491: hue angle of 186.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 #198491 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 132 | 145 | - |
| CMYK | 0.83 | 0.09 | 0 | 0.43 |
| HSL | 186.5º | 0.71% | 0.33% | - |
| HSV(B) | 186.5º | 0.83% | 0.57% | - |
| XYZ | 13.76 | 18.75 | 29.68 | - |
| YUV | 101.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 145 | 0.83 | 0.09 | 0 | 0.43 | 186.5 | 0.71 | 0.33 |
| Hex | 19 | 84 | 91 | 53 | 9 | 0 | 2B | BA | 47 | 21 |
| Octal | 31 | 204 | 221 | 123 | 11 | 0 | 53 | 272 | 107 | 41 |
| Binary | 11001 | 10000100 | 10010001 | 1010011 | 1001 | 0 | 101011 | 10111010 | 1000111 | 100001 |
Color Harmonies of #198491
Complementary color
Monochromatic Colors of #198491
Black with #198491
Text Example
Text Example
White with #198491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198491; }
p { color: rgb(25,132,145); }
H1.HeaderClassName
{
color: #198491;
}
.AnyTagClassName
{
color: #198491;
}
</style>
background-color css
<style>
a { background-color: #198491; }
a { background-color: rgb(25,132,145); }
div.DivClassName
{
background-color: #198491;
}
.BgClassName
{
background-color: #198491;
}
</style>
border-color css
<style>
span { border-color: #198491; }
span { border-color: rgb(25,132,145); }
td.TdClassName
{
border-color: #198491;
}
.TagClassName
{
border-color: #198491;
}
</style>