Shades of Java #198591
Tints of Java #198591
RGB
CMYK
RGB Variations
Color information
#198591 (or 0x198591) is known color: Java. HEX triplet: 19, 85 and 91. RGB value is (25,133,145). Sum of RGB (Red+Green+Blue) = 25+133+145=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #198591 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198591 is #E67A6E. Grayscale: #656565. Windows color (decimal): -15104623 or 9536793. OLE color: 9536793.
HSL color Cylindrical-coordinate representation of color #198591: hue angle of 186º 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 #198591 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 133 | 145 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.43 |
| HSL | 186º | 0.71% | 0.33% | - |
| HSV(B) | 186º | 0.83% | 0.57% | - |
| XYZ | 13.9 | 19.03 | 29.73 | - |
| YUV | 102.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 145 | 0.83 | 0.08 | 0 | 0.43 | 186 | 0.71 | 0.33 |
| Hex | 19 | 85 | 91 | 53 | 8 | 0 | 2B | BA | 47 | 21 |
| Octal | 31 | 205 | 221 | 123 | 10 | 0 | 53 | 272 | 107 | 41 |
| Binary | 11001 | 10000101 | 10010001 | 1010011 | 1000 | 0 | 101011 | 10111010 | 1000111 | 100001 |
Color Harmonies of #198591
Complementary color
Monochromatic Colors of #198591
Black with #198591
Text Example
Text Example
White with #198591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198591; }
p { color: rgb(25,133,145); }
H1.HeaderClassName
{
color: #198591;
}
.AnyTagClassName
{
color: #198591;
}
</style>
background-color css
<style>
a { background-color: #198591; }
a { background-color: rgb(25,133,145); }
div.DivClassName
{
background-color: #198591;
}
.BgClassName
{
background-color: #198591;
}
</style>
border-color css
<style>
span { border-color: #198591; }
span { border-color: rgb(25,133,145); }
td.TdClassName
{
border-color: #198591;
}
.TagClassName
{
border-color: #198591;
}
</style>