Shades of Java #19868F
Tints of Java #19868F
RGB
CMYK
RGB Variations
Color information
#19868F (or 0x19868F) is known color: Java. HEX triplet: 19, 86 and 8F. RGB value is (25,134,143). Sum of RGB (Red+Green+Blue) = 25+134+143=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #19868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868F is #E67970. Grayscale: #666666. Windows color (decimal): -15104369 or 9405977. OLE color: 9405977.
HSL color Cylindrical-coordinate representation of color #19868F: hue angle of 184.58º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19868F is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 134 | 143 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.44 |
| HSL | 184.58º | 0.7% | 0.33% | - |
| HSV(B) | 184.58º | 0.83% | 0.56% | - |
| XYZ | 13.88 | 19.24 | 28.97 | - |
| YUV | 102.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 143 | 0.83 | 0.06 | 0 | 0.44 | 184.58 | 0.7 | 0.33 |
| Hex | 19 | 86 | 8F | 53 | 6 | 0 | 2C | B9 | 46 | 21 |
| Octal | 31 | 206 | 217 | 123 | 6 | 0 | 54 | 271 | 106 | 41 |
| Binary | 11001 | 10000110 | 10001111 | 1010011 | 110 | 0 | 101100 | 10111001 | 1000110 | 100001 |
Color Harmonies of #19868F
Complementary color
Monochromatic Colors of #19868F
Black with #19868F
Text Example
Text Example
White with #19868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19868F; }
p { color: rgb(25,134,143); }
H1.HeaderClassName
{
color: #19868F;
}
.AnyTagClassName
{
color: #19868F;
}
</style>
background-color css
<style>
a { background-color: #19868F; }
a { background-color: rgb(25,134,143); }
div.DivClassName
{
background-color: #19868F;
}
.BgClassName
{
background-color: #19868F;
}
</style>
border-color css
<style>
span { border-color: #19868F; }
span { border-color: rgb(25,134,143); }
td.TdClassName
{
border-color: #19868F;
}
.TagClassName
{
border-color: #19868F;
}
</style>