Shades of Java #18858F
Tints of Java #18858F
RGB
CMYK
RGB Variations
Color information
#18858F (or 0x18858F) is known color: Java. HEX triplet: 18, 85 and 8F. RGB value is (24,133,143). Sum of RGB (Red+Green+Blue) = 24+133+143=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #18858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18858F is #E77A70. Grayscale: #656565. Windows color (decimal): -15170161 or 9405720. OLE color: 9405720.
HSL color Cylindrical-coordinate representation of color #18858F: hue angle of 185.04º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18858F is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 133 | 143 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.44 |
| HSL | 185.04º | 0.71% | 0.33% | - |
| HSV(B) | 185.04º | 0.83% | 0.56% | - |
| XYZ | 13.72 | 18.95 | 28.92 | - |
| YUV | 101.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 143 | 0.83 | 0.07 | 0 | 0.44 | 185.04 | 0.71 | 0.33 |
| Hex | 18 | 85 | 8F | 53 | 7 | 0 | 2C | B9 | 47 | 21 |
| Octal | 30 | 205 | 217 | 123 | 7 | 0 | 54 | 271 | 107 | 41 |
| Binary | 11000 | 10000101 | 10001111 | 1010011 | 111 | 0 | 101100 | 10111001 | 1000111 | 100001 |
Color Harmonies of #18858F
Complementary color
Monochromatic Colors of #18858F
Black with #18858F
Text Example
Text Example
White with #18858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18858F; }
p { color: rgb(24,133,143); }
H1.HeaderClassName
{
color: #18858F;
}
.AnyTagClassName
{
color: #18858F;
}
</style>
background-color css
<style>
a { background-color: #18858F; }
a { background-color: rgb(24,133,143); }
div.DivClassName
{
background-color: #18858F;
}
.BgClassName
{
background-color: #18858F;
}
</style>
border-color css
<style>
span { border-color: #18858F; }
span { border-color: rgb(24,133,143); }
td.TdClassName
{
border-color: #18858F;
}
.TagClassName
{
border-color: #18858F;
}
</style>