Shades of Java #19898D
Tints of Java #19898D
RGB
CMYK
RGB Variations
Color information
#19898D (or 0x19898D) is known color: Java. HEX triplet: 19, 89 and 8D. RGB value is (25,137,141). Sum of RGB (Red+Green+Blue) = 25+137+141=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #19898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19898D is #E67672. Grayscale: #676767. Windows color (decimal): -15103603 or 9275673. OLE color: 9275673.
HSL color Cylindrical-coordinate representation of color #19898D: hue angle of 182.07º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19898D is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 137 | 141 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.45 |
| HSL | 182.07º | 0.7% | 0.33% | - |
| HSV(B) | 182.07º | 0.82% | 0.55% | - |
| XYZ | 14.15 | 20.02 | 28.32 | - |
| YUV | 103.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 141 | 0.82 | 0.03 | 0 | 0.45 | 182.07 | 0.7 | 0.33 |
| Hex | 19 | 89 | 8D | 52 | 3 | 0 | 2D | B6 | 46 | 21 |
| Octal | 31 | 211 | 215 | 122 | 3 | 0 | 55 | 266 | 106 | 41 |
| Binary | 11001 | 10001001 | 10001101 | 1010010 | 11 | 0 | 101101 | 10110110 | 1000110 | 100001 |
Color Harmonies of #19898D
Complementary color
Monochromatic Colors of #19898D
Black with #19898D
Text Example
Text Example
White with #19898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19898D; }
p { color: rgb(25,137,141); }
H1.HeaderClassName
{
color: #19898D;
}
.AnyTagClassName
{
color: #19898D;
}
</style>
background-color css
<style>
a { background-color: #19898D; }
a { background-color: rgb(25,137,141); }
div.DivClassName
{
background-color: #19898D;
}
.BgClassName
{
background-color: #19898D;
}
</style>
border-color css
<style>
span { border-color: #19898D; }
span { border-color: rgb(25,137,141); }
td.TdClassName
{
border-color: #19898D;
}
.TagClassName
{
border-color: #19898D;
}
</style>