Shades of Java #18899D
Tints of Java #18899D
RGB
CMYK
RGB Variations
Color information
#18899D (or 0x18899D) is known color: Java. HEX triplet: 18, 89 and 9D. RGB value is (24,137,157). Sum of RGB (Red+Green+Blue) = 24+137+157=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #18899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18899D is #E77662. Grayscale: #696969. Windows color (decimal): -15169123 or 10324248. OLE color: 10324248.
HSL color Cylindrical-coordinate representation of color #18899D: hue angle of 189.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18899D is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 137 | 157 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.38 |
| HSL | 189.02º | 0.73% | 0.35% | - |
| HSV(B) | 189.02º | 0.85% | 0.62% | - |
| XYZ | 15.41 | 20.52 | 35.05 | - |
| YUV | 105.49 | 157.06 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 157 | 0.85 | 0.13 | 0 | 0.38 | 189.02 | 0.73 | 0.35 |
| Hex | 18 | 89 | 9D | 55 | D | 0 | 26 | BD | 49 | 23 |
| Octal | 30 | 211 | 235 | 125 | 15 | 0 | 46 | 275 | 111 | 43 |
| Binary | 11000 | 10001001 | 10011101 | 1010101 | 1101 | 0 | 100110 | 10111101 | 1001001 | 100011 |
Color Harmonies of #18899D
Complementary color
Monochromatic Colors of #18899D
Black with #18899D
Text Example
Text Example
White with #18899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18899D; }
p { color: rgb(24,137,157); }
H1.HeaderClassName
{
color: #18899D;
}
.AnyTagClassName
{
color: #18899D;
}
</style>
background-color css
<style>
a { background-color: #18899D; }
a { background-color: rgb(24,137,157); }
div.DivClassName
{
background-color: #18899D;
}
.BgClassName
{
background-color: #18899D;
}
</style>
border-color css
<style>
span { border-color: #18899D; }
span { border-color: rgb(24,137,157); }
td.TdClassName
{
border-color: #18899D;
}
.TagClassName
{
border-color: #18899D;
}
</style>