Shades of Java #19999C
Tints of Java #19999C
RGB
CMYK
RGB Variations
Color information
#19999C (or 0x19999C) is known color: Java. HEX triplet: 19, 99 and 9C. RGB value is (25,153,156). Sum of RGB (Red+Green+Blue) = 25+153+156=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #19999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19999C is #E66663. Grayscale: #727272. Windows color (decimal): -15099492 or 10262809. OLE color: 10262809.
HSL color Cylindrical-coordinate representation of color #19999C: hue angle of 181.37º 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 #19999C is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 153 | 156 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.39 |
| HSL | 181.37º | 0.72% | 0.35% | - |
| HSV(B) | 181.37º | 0.84% | 0.61% | - |
| XYZ | 17.79 | 25.39 | 35.42 | - |
| YUV | 115.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 156 | 0.84 | 0.02 | 0 | 0.39 | 181.37 | 0.72 | 0.35 |
| Hex | 19 | 99 | 9C | 54 | 2 | 0 | 27 | B5 | 48 | 23 |
| Octal | 31 | 231 | 234 | 124 | 2 | 0 | 47 | 265 | 110 | 43 |
| Binary | 11001 | 10011001 | 10011100 | 1010100 | 10 | 0 | 100111 | 10110101 | 1001000 | 100011 |
Color Harmonies of #19999C
Complementary color
Monochromatic Colors of #19999C
Black with #19999C
Text Example
Text Example
White with #19999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19999C; }
p { color: rgb(25,153,156); }
H1.HeaderClassName
{
color: #19999C;
}
.AnyTagClassName
{
color: #19999C;
}
</style>
background-color css
<style>
a { background-color: #19999C; }
a { background-color: rgb(25,153,156); }
div.DivClassName
{
background-color: #19999C;
}
.BgClassName
{
background-color: #19999C;
}
</style>
border-color css
<style>
span { border-color: #19999C; }
span { border-color: rgb(25,153,156); }
td.TdClassName
{
border-color: #19999C;
}
.TagClassName
{
border-color: #19999C;
}
</style>