Shades of Java #18858D
Tints of Java #18858D
RGB
CMYK
RGB Variations
Color information
#18858D (or 0x18858D) is known color: Java. HEX triplet: 18, 85 and 8D. RGB value is (24,133,141). Sum of RGB (Red+Green+Blue) = 24+133+141=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #18858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18858D is #E77A72. Grayscale: #656565. Windows color (decimal): -15170163 or 9274648. OLE color: 9274648.
HSL color Cylindrical-coordinate representation of color #18858D: hue angle of 184.1º 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 #18858D is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 133 | 141 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.45 |
| HSL | 184.1º | 0.71% | 0.32% | - |
| HSV(B) | 184.1º | 0.83% | 0.55% | - |
| XYZ | 13.57 | 18.89 | 28.13 | - |
| YUV | 101.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 141 | 0.83 | 0.06 | 0 | 0.45 | 184.1 | 0.71 | 0.32 |
| Hex | 18 | 85 | 8D | 53 | 6 | 0 | 2D | B8 | 47 | 20 |
| Octal | 30 | 205 | 215 | 123 | 6 | 0 | 55 | 270 | 107 | 40 |
| Binary | 11000 | 10000101 | 10001101 | 1010011 | 110 | 0 | 101101 | 10111000 | 1000111 | 100000 |
Color Harmonies of #18858D
Complementary color
Monochromatic Colors of #18858D
Black with #18858D
Text Example
Text Example
White with #18858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18858D; }
p { color: rgb(24,133,141); }
H1.HeaderClassName
{
color: #18858D;
}
.AnyTagClassName
{
color: #18858D;
}
</style>
background-color css
<style>
a { background-color: #18858D; }
a { background-color: rgb(24,133,141); }
div.DivClassName
{
background-color: #18858D;
}
.BgClassName
{
background-color: #18858D;
}
</style>
border-color css
<style>
span { border-color: #18858D; }
span { border-color: rgb(24,133,141); }
td.TdClassName
{
border-color: #18858D;
}
.TagClassName
{
border-color: #18858D;
}
</style>