Shades of Java #19868E
Tints of Java #19868E
RGB
CMYK
RGB Variations
Color information
#19868E (or 0x19868E) is known color: Java. HEX triplet: 19, 86 and 8E. RGB value is (25,134,142). Sum of RGB (Red+Green+Blue) = 25+134+142=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #19868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19868E is #E67971. Grayscale: #666666. Windows color (decimal): -15104370 or 9340441. OLE color: 9340441.
HSL color Cylindrical-coordinate representation of color #19868E: hue angle of 184.1º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19868E is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 134 | 142 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.44 |
| HSL | 184.1º | 0.7% | 0.33% | - |
| HSV(B) | 184.1º | 0.82% | 0.56% | - |
| XYZ | 13.81 | 19.21 | 28.57 | - |
| YUV | 102.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 142 | 0.82 | 0.06 | 0 | 0.44 | 184.1 | 0.7 | 0.33 |
| Hex | 19 | 86 | 8E | 52 | 6 | 0 | 2C | B8 | 46 | 21 |
| Octal | 31 | 206 | 216 | 122 | 6 | 0 | 54 | 270 | 106 | 41 |
| Binary | 11001 | 10000110 | 10001110 | 1010010 | 110 | 0 | 101100 | 10111000 | 1000110 | 100001 |
Color Harmonies of #19868E
Complementary color
Monochromatic Colors of #19868E
Black with #19868E
Text Example
Text Example
White with #19868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19868E; }
p { color: rgb(25,134,142); }
H1.HeaderClassName
{
color: #19868E;
}
.AnyTagClassName
{
color: #19868E;
}
</style>
background-color css
<style>
a { background-color: #19868E; }
a { background-color: rgb(25,134,142); }
div.DivClassName
{
background-color: #19868E;
}
.BgClassName
{
background-color: #19868E;
}
</style>
border-color css
<style>
span { border-color: #19868E; }
span { border-color: rgb(25,134,142); }
td.TdClassName
{
border-color: #19868E;
}
.TagClassName
{
border-color: #19868E;
}
</style>