Shades of Java #198291
Tints of Java #198291
RGB
CMYK
RGB Variations
Color information
#198291 (or 0x198291) is known color: Java. HEX triplet: 19, 82 and 91. RGB value is (25,130,145). Sum of RGB (Red+Green+Blue) = 25+130+145=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #198291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198291 is #E67D6E. Grayscale: #646464. Windows color (decimal): -15105391 or 9536025. OLE color: 9536025.
HSL color Cylindrical-coordinate representation of color #198291: hue angle of 187.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 #198291 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 130 | 145 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.43 |
| HSL | 187.5º | 0.71% | 0.33% | - |
| HSV(B) | 187.5º | 0.83% | 0.57% | - |
| XYZ | 13.49 | 18.22 | 29.59 | - |
| YUV | 100.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 145 | 0.83 | 0.10 | 0 | 0.43 | 187.5 | 0.71 | 0.33 |
| Hex | 19 | 82 | 91 | 53 | A | 0 | 2B | BC | 47 | 21 |
| Octal | 31 | 202 | 221 | 123 | 12 | 0 | 53 | 274 | 107 | 41 |
| Binary | 11001 | 10000010 | 10010001 | 1010011 | 1010 | 0 | 101011 | 10111100 | 1000111 | 100001 |
Color Harmonies of #198291
Complementary color
Monochromatic Colors of #198291
Black with #198291
Text Example
Text Example
White with #198291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198291; }
p { color: rgb(25,130,145); }
H1.HeaderClassName
{
color: #198291;
}
.AnyTagClassName
{
color: #198291;
}
</style>
background-color css
<style>
a { background-color: #198291; }
a { background-color: rgb(25,130,145); }
div.DivClassName
{
background-color: #198291;
}
.BgClassName
{
background-color: #198291;
}
</style>
border-color css
<style>
span { border-color: #198291; }
span { border-color: rgb(25,130,145); }
td.TdClassName
{
border-color: #198291;
}
.TagClassName
{
border-color: #198291;
}
</style>