Shades of Java #18919E
Tints of Java #18919E
RGB
CMYK
RGB Variations
Color information
#18919E (or 0x18919E) is known color: Java. HEX triplet: 18, 91 and 9E. RGB value is (24,145,158). Sum of RGB (Red+Green+Blue) = 24+145+158=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #18919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18919E is #E76E61. Grayscale: #6E6E6E. Windows color (decimal): -15167074 or 10391832. OLE color: 10391832.
HSL color Cylindrical-coordinate representation of color #18919E: hue angle of 185.82º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18919E is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 145 | 158 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.38 |
| HSL | 185.82º | 0.74% | 0.36% | - |
| HSV(B) | 185.82º | 0.85% | 0.62% | - |
| XYZ | 16.67 | 22.91 | 35.89 | - |
| YUV | 110.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 158 | 0.85 | 0.08 | 0 | 0.38 | 185.82 | 0.74 | 0.36 |
| Hex | 18 | 91 | 9E | 55 | 8 | 0 | 26 | BA | 4A | 24 |
| Octal | 30 | 221 | 236 | 125 | 10 | 0 | 46 | 272 | 112 | 44 |
| Binary | 11000 | 10010001 | 10011110 | 1010101 | 1000 | 0 | 100110 | 10111010 | 1001010 | 100100 |
Color Harmonies of #18919E
Complementary color
Monochromatic Colors of #18919E
Black with #18919E
Text Example
Text Example
White with #18919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18919E; }
p { color: rgb(24,145,158); }
H1.HeaderClassName
{
color: #18919E;
}
.AnyTagClassName
{
color: #18919E;
}
</style>
background-color css
<style>
a { background-color: #18919E; }
a { background-color: rgb(24,145,158); }
div.DivClassName
{
background-color: #18919E;
}
.BgClassName
{
background-color: #18919E;
}
</style>
border-color css
<style>
span { border-color: #18919E; }
span { border-color: rgb(24,145,158); }
td.TdClassName
{
border-color: #18919E;
}
.TagClassName
{
border-color: #18919E;
}
</style>