Shades of Java #19979A
Tints of Java #19979A
RGB
CMYK
RGB Variations
Color information
#19979A (or 0x19979A) is known color: Java. HEX triplet: 19, 97 and 9A. RGB value is (25,151,154). Sum of RGB (Red+Green+Blue) = 25+151+154=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #19979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19979A is #E66865. Grayscale: #717171. Windows color (decimal): -15100006 or 10131225. OLE color: 10131225.
HSL color Cylindrical-coordinate representation of color #19979A: hue angle of 181.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19979A is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 151 | 154 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.40 |
| HSL | 181.4º | 0.72% | 0.35% | - |
| HSV(B) | 181.4º | 0.84% | 0.6% | - |
| XYZ | 17.3 | 24.67 | 34.42 | - |
| YUV | 113.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 154 | 0.84 | 0.02 | 0 | 0.40 | 181.4 | 0.72 | 0.35 |
| Hex | 19 | 97 | 9A | 54 | 2 | 0 | 28 | B5 | 48 | 23 |
| Octal | 31 | 227 | 232 | 124 | 2 | 0 | 50 | 265 | 110 | 43 |
| Binary | 11001 | 10010111 | 10011010 | 1010100 | 10 | 0 | 101000 | 10110101 | 1001000 | 100011 |
Color Harmonies of #19979A
Complementary color
Monochromatic Colors of #19979A
Black with #19979A
Text Example
Text Example
White with #19979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19979A; }
p { color: rgb(25,151,154); }
H1.HeaderClassName
{
color: #19979A;
}
.AnyTagClassName
{
color: #19979A;
}
</style>
background-color css
<style>
a { background-color: #19979A; }
a { background-color: rgb(25,151,154); }
div.DivClassName
{
background-color: #19979A;
}
.BgClassName
{
background-color: #19979A;
}
</style>
border-color css
<style>
span { border-color: #19979A; }
span { border-color: rgb(25,151,154); }
td.TdClassName
{
border-color: #19979A;
}
.TagClassName
{
border-color: #19979A;
}
</style>