Shades of Java #19989F
Tints of Java #19989F
RGB
CMYK
RGB Variations
Color information
#19989F (or 0x19989F) is known color: Java. HEX triplet: 19, 98 and 9F. RGB value is (25,152,159). Sum of RGB (Red+Green+Blue) = 25+152+159=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #19989F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19989F is #E66760. Grayscale: #727272. Windows color (decimal): -15099745 or 10459161. OLE color: 10459161.
HSL color Cylindrical-coordinate representation of color #19989F: hue angle of 183.13º 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 #19989F is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 152 | 159 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.38 |
| HSL | 183.13º | 0.73% | 0.36% | - |
| HSV(B) | 183.13º | 0.84% | 0.62% | - |
| XYZ | 17.89 | 25.17 | 36.72 | - |
| YUV | 114.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 159 | 0.84 | 0.04 | 0 | 0.38 | 183.13 | 0.73 | 0.36 |
| Hex | 19 | 98 | 9F | 54 | 4 | 0 | 26 | B7 | 49 | 24 |
| Octal | 31 | 230 | 237 | 124 | 4 | 0 | 46 | 267 | 111 | 44 |
| Binary | 11001 | 10011000 | 10011111 | 1010100 | 100 | 0 | 100110 | 10110111 | 1001001 | 100100 |
Color Harmonies of #19989F
Complementary color
Monochromatic Colors of #19989F
Black with #19989F
Text Example
Text Example
White with #19989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19989F; }
p { color: rgb(25,152,159); }
H1.HeaderClassName
{
color: #19989F;
}
.AnyTagClassName
{
color: #19989F;
}
</style>
background-color css
<style>
a { background-color: #19989F; }
a { background-color: rgb(25,152,159); }
div.DivClassName
{
background-color: #19989F;
}
.BgClassName
{
background-color: #19989F;
}
</style>
border-color css
<style>
span { border-color: #19989F; }
span { border-color: rgb(25,152,159); }
td.TdClassName
{
border-color: #19989F;
}
.TagClassName
{
border-color: #19989F;
}
</style>