Shades of Java #19949C
Tints of Java #19949C
RGB
CMYK
RGB Variations
Color information
#19949C (or 0x19949C) is known color: Java. HEX triplet: 19, 94 and 9C. RGB value is (25,148,156). Sum of RGB (Red+Green+Blue) = 25+148+156=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #19949C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19949C is #E66B63. Grayscale: #6F6F6F. Windows color (decimal): -15100772 or 10261529. OLE color: 10261529.
HSL color Cylindrical-coordinate representation of color #19949C: hue angle of 183.66º 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 #19949C is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 148 | 156 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.39 |
| HSL | 183.66º | 0.72% | 0.35% | - |
| HSV(B) | 183.66º | 0.84% | 0.61% | - |
| XYZ | 16.99 | 23.79 | 35.15 | - |
| YUV | 112.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 156 | 0.84 | 0.05 | 0 | 0.39 | 183.66 | 0.72 | 0.35 |
| Hex | 19 | 94 | 9C | 54 | 5 | 0 | 27 | B8 | 48 | 23 |
| Octal | 31 | 224 | 234 | 124 | 5 | 0 | 47 | 270 | 110 | 43 |
| Binary | 11001 | 10010100 | 10011100 | 1010100 | 101 | 0 | 100111 | 10111000 | 1001000 | 100011 |
Color Harmonies of #19949C
Complementary color
Monochromatic Colors of #19949C
Black with #19949C
Text Example
Text Example
White with #19949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19949C; }
p { color: rgb(25,148,156); }
H1.HeaderClassName
{
color: #19949C;
}
.AnyTagClassName
{
color: #19949C;
}
</style>
background-color css
<style>
a { background-color: #19949C; }
a { background-color: rgb(25,148,156); }
div.DivClassName
{
background-color: #19949C;
}
.BgClassName
{
background-color: #19949C;
}
</style>
border-color css
<style>
span { border-color: #19949C; }
span { border-color: rgb(25,148,156); }
td.TdClassName
{
border-color: #19949C;
}
.TagClassName
{
border-color: #19949C;
}
</style>