Shades of Java #18909D
Tints of Java #18909D
RGB
CMYK
RGB Variations
Color information
#18909D (or 0x18909D) is known color: Java. HEX triplet: 18, 90 and 9D. RGB value is (24,144,157). Sum of RGB (Red+Green+Blue) = 24+144+157=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #18909D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909D is #E76F62. Grayscale: #6D6D6D. Windows color (decimal): -15167331 or 10326040. OLE color: 10326040.
HSL color Cylindrical-coordinate representation of color #18909D: hue angle of 185.86º 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 #18909D is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 144 | 157 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.38 |
| HSL | 185.86º | 0.73% | 0.35% | - |
| HSV(B) | 185.86º | 0.85% | 0.62% | - |
| XYZ | 16.44 | 22.58 | 35.39 | - |
| YUV | 109.6 | 154.74 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 157 | 0.85 | 0.08 | 0 | 0.38 | 185.86 | 0.73 | 0.35 |
| Hex | 18 | 90 | 9D | 55 | 8 | 0 | 26 | BA | 49 | 23 |
| Octal | 30 | 220 | 235 | 125 | 10 | 0 | 46 | 272 | 111 | 43 |
| Binary | 11000 | 10010000 | 10011101 | 1010101 | 1000 | 0 | 100110 | 10111010 | 1001001 | 100011 |
Color Harmonies of #18909D
Complementary color
Monochromatic Colors of #18909D
Black with #18909D
Text Example
Text Example
White with #18909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18909D; }
p { color: rgb(24,144,157); }
H1.HeaderClassName
{
color: #18909D;
}
.AnyTagClassName
{
color: #18909D;
}
</style>
background-color css
<style>
a { background-color: #18909D; }
a { background-color: rgb(24,144,157); }
div.DivClassName
{
background-color: #18909D;
}
.BgClassName
{
background-color: #18909D;
}
</style>
border-color css
<style>
span { border-color: #18909D; }
span { border-color: rgb(24,144,157); }
td.TdClassName
{
border-color: #18909D;
}
.TagClassName
{
border-color: #18909D;
}
</style>