Shades of Java #19979F
Tints of Java #19979F
RGB
CMYK
RGB Variations
Color information
#19979F (or 0x19979F) is known color: Java. HEX triplet: 19, 97 and 9F. RGB value is (25,151,159). Sum of RGB (Red+Green+Blue) = 25+151+159=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #19979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19979F is #E66860. Grayscale: #727272. Windows color (decimal): -15100001 or 10458905. OLE color: 10458905.
HSL color Cylindrical-coordinate representation of color #19979F: hue angle of 183.58º 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 #19979F is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 151 | 159 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.38 |
| HSL | 183.58º | 0.73% | 0.36% | - |
| HSV(B) | 183.58º | 0.84% | 0.62% | - |
| XYZ | 17.73 | 24.84 | 36.66 | - |
| YUV | 114.24 | 153.26 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 159 | 0.84 | 0.05 | 0 | 0.38 | 183.58 | 0.73 | 0.36 |
| Hex | 19 | 97 | 9F | 54 | 5 | 0 | 26 | B8 | 49 | 24 |
| Octal | 31 | 227 | 237 | 124 | 5 | 0 | 46 | 270 | 111 | 44 |
| Binary | 11001 | 10010111 | 10011111 | 1010100 | 101 | 0 | 100110 | 10111000 | 1001001 | 100100 |
Color Harmonies of #19979F
Complementary color
Monochromatic Colors of #19979F
Black with #19979F
Text Example
Text Example
White with #19979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19979F; }
p { color: rgb(25,151,159); }
H1.HeaderClassName
{
color: #19979F;
}
.AnyTagClassName
{
color: #19979F;
}
</style>
background-color css
<style>
a { background-color: #19979F; }
a { background-color: rgb(25,151,159); }
div.DivClassName
{
background-color: #19979F;
}
.BgClassName
{
background-color: #19979F;
}
</style>
border-color css
<style>
span { border-color: #19979F; }
span { border-color: rgb(25,151,159); }
td.TdClassName
{
border-color: #19979F;
}
.TagClassName
{
border-color: #19979F;
}
</style>