Shades of Java #19979C
Tints of Java #19979C
RGB
CMYK
RGB Variations
Color information
#19979C (or 0x19979C) is known color: Java. HEX triplet: 19, 97 and 9C. RGB value is (25,151,156). Sum of RGB (Red+Green+Blue) = 25+151+156=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #19979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19979C is #E66863. Grayscale: #717171. Windows color (decimal): -15100004 or 10262297. OLE color: 10262297.
HSL color Cylindrical-coordinate representation of color #19979C: hue angle of 182.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19979C is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 151 | 156 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.39 |
| HSL | 182.29º | 0.72% | 0.35% | - |
| HSV(B) | 182.29º | 0.84% | 0.61% | - |
| XYZ | 17.47 | 24.74 | 35.31 | - |
| YUV | 113.9 | 151.76 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 156 | 0.84 | 0.03 | 0 | 0.39 | 182.29 | 0.72 | 0.35 |
| Hex | 19 | 97 | 9C | 54 | 3 | 0 | 27 | B6 | 48 | 23 |
| Octal | 31 | 227 | 234 | 124 | 3 | 0 | 47 | 266 | 110 | 43 |
| Binary | 11001 | 10010111 | 10011100 | 1010100 | 11 | 0 | 100111 | 10110110 | 1001000 | 100011 |
Color Harmonies of #19979C
Complementary color
Monochromatic Colors of #19979C
Black with #19979C
Text Example
Text Example
White with #19979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19979C; }
p { color: rgb(25,151,156); }
H1.HeaderClassName
{
color: #19979C;
}
.AnyTagClassName
{
color: #19979C;
}
</style>
background-color css
<style>
a { background-color: #19979C; }
a { background-color: rgb(25,151,156); }
div.DivClassName
{
background-color: #19979C;
}
.BgClassName
{
background-color: #19979C;
}
</style>
border-color css
<style>
span { border-color: #19979C; }
span { border-color: rgb(25,151,156); }
td.TdClassName
{
border-color: #19979C;
}
.TagClassName
{
border-color: #19979C;
}
</style>