Shades of Java #18919C
Tints of Java #18919C
RGB
CMYK
RGB Variations
Color information
#18919C (or 0x18919C) is known color: Java. HEX triplet: 18, 91 and 9C. RGB value is (24,145,156). Sum of RGB (Red+Green+Blue) = 24+145+156=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #18919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18919C is #E76E63. Grayscale: #6D6D6D. Windows color (decimal): -15167076 or 10260760. OLE color: 10260760.
HSL color Cylindrical-coordinate representation of color #18919C: hue angle of 185º 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 #18919C is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 145 | 156 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.39 |
| HSL | 185º | 0.73% | 0.35% | - |
| HSV(B) | 185º | 0.85% | 0.61% | - |
| XYZ | 16.5 | 22.85 | 34.99 | - |
| YUV | 110.08 | 153.91 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 156 | 0.85 | 0.07 | 0 | 0.39 | 185 | 0.73 | 0.35 |
| Hex | 18 | 91 | 9C | 55 | 7 | 0 | 27 | B9 | 49 | 23 |
| Octal | 30 | 221 | 234 | 125 | 7 | 0 | 47 | 271 | 111 | 43 |
| Binary | 11000 | 10010001 | 10011100 | 1010101 | 111 | 0 | 100111 | 10111001 | 1001001 | 100011 |
Color Harmonies of #18919C
Complementary color
Monochromatic Colors of #18919C
Black with #18919C
Text Example
Text Example
White with #18919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18919C; }
p { color: rgb(24,145,156); }
H1.HeaderClassName
{
color: #18919C;
}
.AnyTagClassName
{
color: #18919C;
}
</style>
background-color css
<style>
a { background-color: #18919C; }
a { background-color: rgb(24,145,156); }
div.DivClassName
{
background-color: #18919C;
}
.BgClassName
{
background-color: #18919C;
}
</style>
border-color css
<style>
span { border-color: #18919C; }
span { border-color: rgb(24,145,156); }
td.TdClassName
{
border-color: #18919C;
}
.TagClassName
{
border-color: #18919C;
}
</style>