Shades of Java #19889B
Tints of Java #19889B
RGB
CMYK
RGB Variations
Color information
#19889B (or 0x19889B) is known color: Java. HEX triplet: 19, 88 and 9B. RGB value is (25,136,155). Sum of RGB (Red+Green+Blue) = 25+136+155=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #19889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19889B is #E67764. Grayscale: #686868. Windows color (decimal): -15103845 or 10192921. OLE color: 10192921.
HSL color Cylindrical-coordinate representation of color #19889B: hue angle of 188.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19889B is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 136 | 155 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.39 |
| HSL | 188.77º | 0.72% | 0.35% | - |
| HSV(B) | 188.77º | 0.84% | 0.61% | - |
| XYZ | 15.12 | 20.18 | 34.11 | - |
| YUV | 104.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 155 | 0.84 | 0.12 | 0 | 0.39 | 188.77 | 0.72 | 0.35 |
| Hex | 19 | 88 | 9B | 54 | C | 0 | 27 | BD | 48 | 23 |
| Octal | 31 | 210 | 233 | 124 | 14 | 0 | 47 | 275 | 110 | 43 |
| Binary | 11001 | 10001000 | 10011011 | 1010100 | 1100 | 0 | 100111 | 10111101 | 1001000 | 100011 |
Color Harmonies of #19889B
Complementary color
Monochromatic Colors of #19889B
Black with #19889B
Text Example
Text Example
White with #19889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19889B; }
p { color: rgb(25,136,155); }
H1.HeaderClassName
{
color: #19889B;
}
.AnyTagClassName
{
color: #19889B;
}
</style>
background-color css
<style>
a { background-color: #19889B; }
a { background-color: rgb(25,136,155); }
div.DivClassName
{
background-color: #19889B;
}
.BgClassName
{
background-color: #19889B;
}
</style>
border-color css
<style>
span { border-color: #19889B; }
span { border-color: rgb(25,136,155); }
td.TdClassName
{
border-color: #19889B;
}
.TagClassName
{
border-color: #19889B;
}
</style>