Shades of Java #19878B
Tints of Java #19878B
RGB
CMYK
RGB Variations
Color information
#19878B (or 0x19878B) is known color: Java. HEX triplet: 19, 87 and 8B. RGB value is (25,135,139). Sum of RGB (Red+Green+Blue) = 25+135+139=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #19878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19878B is #E67874. Grayscale: #666666. Windows color (decimal): -15104117 or 9144089. OLE color: 9144089.
HSL color Cylindrical-coordinate representation of color #19878B: hue angle of 182.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19878B is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 135 | 139 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.45 |
| HSL | 182.11º | 0.7% | 0.32% | - |
| HSV(B) | 182.11º | 0.82% | 0.55% | - |
| XYZ | 13.73 | 19.4 | 27.45 | - |
| YUV | 102.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 139 | 0.82 | 0.03 | 0 | 0.45 | 182.11 | 0.7 | 0.32 |
| Hex | 19 | 87 | 8B | 52 | 3 | 0 | 2D | B6 | 46 | 20 |
| Octal | 31 | 207 | 213 | 122 | 3 | 0 | 55 | 266 | 106 | 40 |
| Binary | 11001 | 10000111 | 10001011 | 1010010 | 11 | 0 | 101101 | 10110110 | 1000110 | 100000 |
Color Harmonies of #19878B
Complementary color
Monochromatic Colors of #19878B
Black with #19878B
Text Example
Text Example
White with #19878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19878B; }
p { color: rgb(25,135,139); }
H1.HeaderClassName
{
color: #19878B;
}
.AnyTagClassName
{
color: #19878B;
}
</style>
background-color css
<style>
a { background-color: #19878B; }
a { background-color: rgb(25,135,139); }
div.DivClassName
{
background-color: #19878B;
}
.BgClassName
{
background-color: #19878B;
}
</style>
border-color css
<style>
span { border-color: #19878B; }
span { border-color: rgb(25,135,139); }
td.TdClassName
{
border-color: #19878B;
}
.TagClassName
{
border-color: #19878B;
}
</style>