Shades of Java #19969B
Tints of Java #19969B
RGB
CMYK
RGB Variations
Color information
#19969B (or 0x19969B) is known color: Java. HEX triplet: 19, 96 and 9B. RGB value is (25,150,155). Sum of RGB (Red+Green+Blue) = 25+150+155=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #19969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19969B is #E66964. Grayscale: #717171. Windows color (decimal): -15100261 or 10196505. OLE color: 10196505.
HSL color Cylindrical-coordinate representation of color #19969B: hue angle of 182.31º 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 #19969B is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 150 | 155 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.39 |
| HSL | 182.31º | 0.72% | 0.35% | - |
| HSV(B) | 182.31º | 0.84% | 0.61% | - |
| XYZ | 17.22 | 24.39 | 34.81 | - |
| YUV | 113.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 155 | 0.84 | 0.03 | 0 | 0.39 | 182.31 | 0.72 | 0.35 |
| Hex | 19 | 96 | 9B | 54 | 3 | 0 | 27 | B6 | 48 | 23 |
| Octal | 31 | 226 | 233 | 124 | 3 | 0 | 47 | 266 | 110 | 43 |
| Binary | 11001 | 10010110 | 10011011 | 1010100 | 11 | 0 | 100111 | 10110110 | 1001000 | 100011 |
Color Harmonies of #19969B
Complementary color
Monochromatic Colors of #19969B
Black with #19969B
Text Example
Text Example
White with #19969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19969B; }
p { color: rgb(25,150,155); }
H1.HeaderClassName
{
color: #19969B;
}
.AnyTagClassName
{
color: #19969B;
}
</style>
background-color css
<style>
a { background-color: #19969B; }
a { background-color: rgb(25,150,155); }
div.DivClassName
{
background-color: #19969B;
}
.BgClassName
{
background-color: #19969B;
}
</style>
border-color css
<style>
span { border-color: #19969B; }
span { border-color: rgb(25,150,155); }
td.TdClassName
{
border-color: #19969B;
}
.TagClassName
{
border-color: #19969B;
}
</style>