Shades of Java #19969C
Tints of Java #19969C
RGB
CMYK
RGB Variations
Color information
#19969C (or 0x19969C) is known color: Java. HEX triplet: 19, 96 and 9C. RGB value is (25,150,156). Sum of RGB (Red+Green+Blue) = 25+150+156=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #19969C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19969C is #E66963. Grayscale: #717171. Windows color (decimal): -15100260 or 10262041. OLE color: 10262041.
HSL color Cylindrical-coordinate representation of color #19969C: hue angle of 182.75º 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 #19969C is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 150 | 156 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.39 |
| HSL | 182.75º | 0.72% | 0.35% | - |
| HSV(B) | 182.75º | 0.84% | 0.61% | - |
| XYZ | 17.31 | 24.42 | 35.25 | - |
| YUV | 113.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 156 | 0.84 | 0.04 | 0 | 0.39 | 182.75 | 0.72 | 0.35 |
| Hex | 19 | 96 | 9C | 54 | 4 | 0 | 27 | B7 | 48 | 23 |
| Octal | 31 | 226 | 234 | 124 | 4 | 0 | 47 | 267 | 110 | 43 |
| Binary | 11001 | 10010110 | 10011100 | 1010100 | 100 | 0 | 100111 | 10110111 | 1001000 | 100011 |
Color Harmonies of #19969C
Complementary color
Monochromatic Colors of #19969C
Black with #19969C
Text Example
Text Example
White with #19969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19969C; }
p { color: rgb(25,150,156); }
H1.HeaderClassName
{
color: #19969C;
}
.AnyTagClassName
{
color: #19969C;
}
</style>
background-color css
<style>
a { background-color: #19969C; }
a { background-color: rgb(25,150,156); }
div.DivClassName
{
background-color: #19969C;
}
.BgClassName
{
background-color: #19969C;
}
</style>
border-color css
<style>
span { border-color: #19969C; }
span { border-color: rgb(25,150,156); }
td.TdClassName
{
border-color: #19969C;
}
.TagClassName
{
border-color: #19969C;
}
</style>