Shades of Java #19919C
Tints of Java #19919C
RGB
CMYK
RGB Variations
Color information
#19919C (or 0x19919C) is known color: Java. HEX triplet: 19, 91 and 9C. RGB value is (25,145,156). Sum of RGB (Red+Green+Blue) = 25+145+156=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #19919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19919C is #E66E63. Grayscale: #6E6E6E. Windows color (decimal): -15101540 or 10260761. OLE color: 10260761.
HSL color Cylindrical-coordinate representation of color #19919C: hue angle of 185.04º 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 #19919C is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 145 | 156 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.39 |
| HSL | 185.04º | 0.72% | 0.35% | - |
| HSV(B) | 185.04º | 0.84% | 0.61% | - |
| XYZ | 16.53 | 22.86 | 34.99 | - |
| YUV | 110.37 | 153.74 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 156 | 0.84 | 0.07 | 0 | 0.39 | 185.04 | 0.72 | 0.35 |
| Hex | 19 | 91 | 9C | 54 | 7 | 0 | 27 | B9 | 48 | 23 |
| Octal | 31 | 221 | 234 | 124 | 7 | 0 | 47 | 271 | 110 | 43 |
| Binary | 11001 | 10010001 | 10011100 | 1010100 | 111 | 0 | 100111 | 10111001 | 1001000 | 100011 |
Color Harmonies of #19919C
Complementary color
Monochromatic Colors of #19919C
Black with #19919C
Text Example
Text Example
White with #19919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19919C; }
p { color: rgb(25,145,156); }
H1.HeaderClassName
{
color: #19919C;
}
.AnyTagClassName
{
color: #19919C;
}
</style>
background-color css
<style>
a { background-color: #19919C; }
a { background-color: rgb(25,145,156); }
div.DivClassName
{
background-color: #19919C;
}
.BgClassName
{
background-color: #19919C;
}
</style>
border-color css
<style>
span { border-color: #19919C; }
span { border-color: rgb(25,145,156); }
td.TdClassName
{
border-color: #19919C;
}
.TagClassName
{
border-color: #19919C;
}
</style>