Shades of Java #19989E
Tints of Java #19989E
RGB
CMYK
RGB Variations
Color information
#19989E (or 0x19989E) is known color: Java. HEX triplet: 19, 98 and 9E. RGB value is (25,152,158). Sum of RGB (Red+Green+Blue) = 25+152+158=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #19989E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19989E is #E66761. Grayscale: #727272. Windows color (decimal): -15099746 or 10393625. OLE color: 10393625.
HSL color Cylindrical-coordinate representation of color #19989E: hue angle of 182.71º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19989E is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 152 | 158 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.38 |
| HSL | 182.71º | 0.73% | 0.36% | - |
| HSV(B) | 182.71º | 0.84% | 0.62% | - |
| XYZ | 17.8 | 25.13 | 36.26 | - |
| YUV | 114.71 | 152.42 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 158 | 0.84 | 0.04 | 0 | 0.38 | 182.71 | 0.73 | 0.36 |
| Hex | 19 | 98 | 9E | 54 | 4 | 0 | 26 | B7 | 49 | 24 |
| Octal | 31 | 230 | 236 | 124 | 4 | 0 | 46 | 267 | 111 | 44 |
| Binary | 11001 | 10011000 | 10011110 | 1010100 | 100 | 0 | 100110 | 10110111 | 1001001 | 100100 |
Color Harmonies of #19989E
Complementary color
Monochromatic Colors of #19989E
Black with #19989E
Text Example
Text Example
White with #19989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19989E; }
p { color: rgb(25,152,158); }
H1.HeaderClassName
{
color: #19989E;
}
.AnyTagClassName
{
color: #19989E;
}
</style>
background-color css
<style>
a { background-color: #19989E; }
a { background-color: rgb(25,152,158); }
div.DivClassName
{
background-color: #19989E;
}
.BgClassName
{
background-color: #19989E;
}
</style>
border-color css
<style>
span { border-color: #19989E; }
span { border-color: rgb(25,152,158); }
td.TdClassName
{
border-color: #19989E;
}
.TagClassName
{
border-color: #19989E;
}
</style>