Shades of Java #18868D
Tints of Java #18868D
RGB
CMYK
RGB Variations
Color information
#18868D (or 0x18868D) is known color: Java. HEX triplet: 18, 86 and 8D. RGB value is (24,134,141). Sum of RGB (Red+Green+Blue) = 24+134+141=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #18868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18868D is #E77972. Grayscale: #656565. Windows color (decimal): -15169907 or 9274904. OLE color: 9274904.
HSL color Cylindrical-coordinate representation of color #18868D: hue angle of 183.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18868D is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 134 | 141 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.45 |
| HSL | 183.59º | 0.71% | 0.32% | - |
| HSV(B) | 183.59º | 0.83% | 0.55% | - |
| XYZ | 13.71 | 19.17 | 28.18 | - |
| YUV | 101.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 141 | 0.83 | 0.05 | 0 | 0.45 | 183.59 | 0.71 | 0.32 |
| Hex | 18 | 86 | 8D | 53 | 5 | 0 | 2D | B8 | 47 | 20 |
| Octal | 30 | 206 | 215 | 123 | 5 | 0 | 55 | 270 | 107 | 40 |
| Binary | 11000 | 10000110 | 10001101 | 1010011 | 101 | 0 | 101101 | 10111000 | 1000111 | 100000 |
Color Harmonies of #18868D
Complementary color
Monochromatic Colors of #18868D
Black with #18868D
Text Example
Text Example
White with #18868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18868D; }
p { color: rgb(24,134,141); }
H1.HeaderClassName
{
color: #18868D;
}
.AnyTagClassName
{
color: #18868D;
}
</style>
background-color css
<style>
a { background-color: #18868D; }
a { background-color: rgb(24,134,141); }
div.DivClassName
{
background-color: #18868D;
}
.BgClassName
{
background-color: #18868D;
}
</style>
border-color css
<style>
span { border-color: #18868D; }
span { border-color: rgb(24,134,141); }
td.TdClassName
{
border-color: #18868D;
}
.TagClassName
{
border-color: #18868D;
}
</style>