Shades of Java #18899B
Tints of Java #18899B
RGB
CMYK
RGB Variations
Color information
#18899B (or 0x18899B) is known color: Java. HEX triplet: 18, 89 and 9B. RGB value is (24,137,155). Sum of RGB (Red+Green+Blue) = 24+137+155=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #18899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18899B is #E77664. Grayscale: #696969. Windows color (decimal): -15169125 or 10193176. OLE color: 10193176.
HSL color Cylindrical-coordinate representation of color #18899B: hue angle of 188.24º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18899B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 137 | 155 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.39 |
| HSL | 188.24º | 0.73% | 0.35% | - |
| HSV(B) | 188.24º | 0.85% | 0.61% | - |
| XYZ | 15.24 | 20.45 | 34.15 | - |
| YUV | 105.27 | 156.06 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 155 | 0.85 | 0.12 | 0 | 0.39 | 188.24 | 0.73 | 0.35 |
| Hex | 18 | 89 | 9B | 55 | C | 0 | 27 | BC | 49 | 23 |
| Octal | 30 | 211 | 233 | 125 | 14 | 0 | 47 | 274 | 111 | 43 |
| Binary | 11000 | 10001001 | 10011011 | 1010101 | 1100 | 0 | 100111 | 10111100 | 1001001 | 100011 |
Color Harmonies of #18899B
Complementary color
Monochromatic Colors of #18899B
Black with #18899B
Text Example
Text Example
White with #18899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18899B; }
p { color: rgb(24,137,155); }
H1.HeaderClassName
{
color: #18899B;
}
.AnyTagClassName
{
color: #18899B;
}
</style>
background-color css
<style>
a { background-color: #18899B; }
a { background-color: rgb(24,137,155); }
div.DivClassName
{
background-color: #18899B;
}
.BgClassName
{
background-color: #18899B;
}
</style>
border-color css
<style>
span { border-color: #18899B; }
span { border-color: rgb(24,137,155); }
td.TdClassName
{
border-color: #18899B;
}
.TagClassName
{
border-color: #18899B;
}
</style>