Shades of Java #19989D
Tints of Java #19989D
RGB
CMYK
RGB Variations
Color information
#19989D (or 0x19989D) is known color: Java. HEX triplet: 19, 98 and 9D. RGB value is (25,152,157). Sum of RGB (Red+Green+Blue) = 25+152+157=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #19989D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19989D is #E66762. Grayscale: #727272. Windows color (decimal): -15099747 or 10328089. OLE color: 10328089.
HSL color Cylindrical-coordinate representation of color #19989D: hue angle of 182.27º 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 #19989D is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 152 | 157 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.38 |
| HSL | 182.27º | 0.73% | 0.36% | - |
| HSV(B) | 182.27º | 0.84% | 0.62% | - |
| XYZ | 17.71 | 25.1 | 35.81 | - |
| YUV | 114.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 157 | 0.84 | 0.03 | 0 | 0.38 | 182.27 | 0.73 | 0.36 |
| Hex | 19 | 98 | 9D | 54 | 3 | 0 | 26 | B6 | 49 | 24 |
| Octal | 31 | 230 | 235 | 124 | 3 | 0 | 46 | 266 | 111 | 44 |
| Binary | 11001 | 10011000 | 10011101 | 1010100 | 11 | 0 | 100110 | 10110110 | 1001001 | 100100 |
Color Harmonies of #19989D
Complementary color
Monochromatic Colors of #19989D
Black with #19989D
Text Example
Text Example
White with #19989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19989D; }
p { color: rgb(25,152,157); }
H1.HeaderClassName
{
color: #19989D;
}
.AnyTagClassName
{
color: #19989D;
}
</style>
background-color css
<style>
a { background-color: #19989D; }
a { background-color: rgb(25,152,157); }
div.DivClassName
{
background-color: #19989D;
}
.BgClassName
{
background-color: #19989D;
}
</style>
border-color css
<style>
span { border-color: #19989D; }
span { border-color: rgb(25,152,157); }
td.TdClassName
{
border-color: #19989D;
}
.TagClassName
{
border-color: #19989D;
}
</style>