Shades of Java #18959B
Tints of Java #18959B
RGB
CMYK
RGB Variations
Color information
#18959B (or 0x18959B) is known color: Java. HEX triplet: 18, 95 and 9B. RGB value is (24,149,155). Sum of RGB (Red+Green+Blue) = 24+149+155=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #18959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18959B is #E76A64. Grayscale: #707070. Windows color (decimal): -15166053 or 10196248. OLE color: 10196248.
HSL color Cylindrical-coordinate representation of color #18959B: hue angle of 182.75º 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 #18959B is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 149 | 155 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.39 |
| HSL | 182.75º | 0.73% | 0.35% | - |
| HSV(B) | 182.75º | 0.85% | 0.61% | - |
| XYZ | 17.04 | 24.06 | 34.76 | - |
| YUV | 112.31 | 152.09 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 155 | 0.85 | 0.04 | 0 | 0.39 | 182.75 | 0.73 | 0.35 |
| Hex | 18 | 95 | 9B | 55 | 4 | 0 | 27 | B7 | 49 | 23 |
| Octal | 30 | 225 | 233 | 125 | 4 | 0 | 47 | 267 | 111 | 43 |
| Binary | 11000 | 10010101 | 10011011 | 1010101 | 100 | 0 | 100111 | 10110111 | 1001001 | 100011 |
Color Harmonies of #18959B
Complementary color
Monochromatic Colors of #18959B
Black with #18959B
Text Example
Text Example
White with #18959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18959B; }
p { color: rgb(24,149,155); }
H1.HeaderClassName
{
color: #18959B;
}
.AnyTagClassName
{
color: #18959B;
}
</style>
background-color css
<style>
a { background-color: #18959B; }
a { background-color: rgb(24,149,155); }
div.DivClassName
{
background-color: #18959B;
}
.BgClassName
{
background-color: #18959B;
}
</style>
border-color css
<style>
span { border-color: #18959B; }
span { border-color: rgb(24,149,155); }
td.TdClassName
{
border-color: #18959B;
}
.TagClassName
{
border-color: #18959B;
}
</style>