Shades of Java #19929C
Tints of Java #19929C
RGB
CMYK
RGB Variations
Color information
#19929C (or 0x19929C) is known color: Java. HEX triplet: 19, 92 and 9C. RGB value is (25,146,156). Sum of RGB (Red+Green+Blue) = 25+146+156=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #19929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929C is #E66D63. Grayscale: #6E6E6E. Windows color (decimal): -15101284 or 10261017. OLE color: 10261017.
HSL color Cylindrical-coordinate representation of color #19929C: hue angle of 184.58º 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 #19929C is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 146 | 156 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.39 |
| HSL | 184.58º | 0.72% | 0.35% | - |
| HSV(B) | 184.58º | 0.84% | 0.61% | - |
| XYZ | 16.68 | 23.16 | 35.04 | - |
| YUV | 110.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 156 | 0.84 | 0.06 | 0 | 0.39 | 184.58 | 0.72 | 0.35 |
| Hex | 19 | 92 | 9C | 54 | 6 | 0 | 27 | B9 | 48 | 23 |
| Octal | 31 | 222 | 234 | 124 | 6 | 0 | 47 | 271 | 110 | 43 |
| Binary | 11001 | 10010010 | 10011100 | 1010100 | 110 | 0 | 100111 | 10111001 | 1001000 | 100011 |
Color Harmonies of #19929C
Complementary color
Monochromatic Colors of #19929C
Black with #19929C
Text Example
Text Example
White with #19929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19929C; }
p { color: rgb(25,146,156); }
H1.HeaderClassName
{
color: #19929C;
}
.AnyTagClassName
{
color: #19929C;
}
</style>
background-color css
<style>
a { background-color: #19929C; }
a { background-color: rgb(25,146,156); }
div.DivClassName
{
background-color: #19929C;
}
.BgClassName
{
background-color: #19929C;
}
</style>
border-color css
<style>
span { border-color: #19929C; }
span { border-color: rgb(25,146,156); }
td.TdClassName
{
border-color: #19929C;
}
.TagClassName
{
border-color: #19929C;
}
</style>