Shades of Java #19898B
Tints of Java #19898B
RGB
CMYK
RGB Variations
Color information
#19898B (or 0x19898B) is known color: Java. HEX triplet: 19, 89 and 8B. RGB value is (25,137,139). Sum of RGB (Red+Green+Blue) = 25+137+139=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #19898B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19898B is #E67674. Grayscale: #676767. Windows color (decimal): -15103605 or 9144601. OLE color: 9144601.
HSL color Cylindrical-coordinate representation of color #19898B: hue angle of 181.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19898B is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 137 | 139 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.45 |
| HSL | 181.05º | 0.7% | 0.32% | - |
| HSV(B) | 181.05º | 0.82% | 0.55% | - |
| XYZ | 14.01 | 19.96 | 27.54 | - |
| YUV | 103.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 139 | 0.82 | 0.01 | 0 | 0.45 | 181.05 | 0.7 | 0.32 |
| Hex | 19 | 89 | 8B | 52 | 1 | 0 | 2D | B5 | 46 | 20 |
| Octal | 31 | 211 | 213 | 122 | 1 | 0 | 55 | 265 | 106 | 40 |
| Binary | 11001 | 10001001 | 10001011 | 1010010 | 1 | 0 | 101101 | 10110101 | 1000110 | 100000 |
Color Harmonies of #19898B
Complementary color
Monochromatic Colors of #19898B
Black with #19898B
Text Example
Text Example
White with #19898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19898B; }
p { color: rgb(25,137,139); }
H1.HeaderClassName
{
color: #19898B;
}
.AnyTagClassName
{
color: #19898B;
}
</style>
background-color css
<style>
a { background-color: #19898B; }
a { background-color: rgb(25,137,139); }
div.DivClassName
{
background-color: #19898B;
}
.BgClassName
{
background-color: #19898B;
}
</style>
border-color css
<style>
span { border-color: #19898B; }
span { border-color: rgb(25,137,139); }
td.TdClassName
{
border-color: #19898B;
}
.TagClassName
{
border-color: #19898B;
}
</style>