Shades of Blue Stone #18635E
Tints of Blue Stone #18635E
RGB
CMYK
RGB Variations
Color information
#18635E (or 0x18635E) is known color: Blue Stone. HEX triplet: 18, 63 and 5E. RGB value is (24,99,94). Sum of RGB (Red+Green+Blue) = 24+99+94=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #18635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18635E is #E79CA1. Grayscale: #4B4B4B. Windows color (decimal): -15178914 or 6185752. OLE color: 6185752.
HSL color Cylindrical-coordinate representation of color #18635E: hue angle of 176º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18635E is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 94 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.61 |
| HSL | 176º | 0.61% | 0.24% | - |
| HSV(B) | 176º | 0.76% | 0.39% | - |
| XYZ | 6.86 | 9.93 | 12.14 | - |
| YUV | 76.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 94 | 0.76 | 0 | 0.05 | 0.61 | 176 | 0.61 | 0.24 |
| Hex | 18 | 63 | 5E | 4C | 0 | 5 | 3D | B0 | 3D | 18 |
| Octal | 30 | 143 | 136 | 114 | 0 | 5 | 75 | 260 | 75 | 30 |
| Binary | 11000 | 1100011 | 1011110 | 1001100 | 0 | 101 | 111101 | 10110000 | 111101 | 11000 |
Color Harmonies of #18635E
Complementary color
Monochromatic Colors of #18635E
Black with #18635E
Text Example
Text Example
White with #18635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18635E; }
p { color: rgb(24,99,94); }
H1.HeaderClassName
{
color: #18635E;
}
.AnyTagClassName
{
color: #18635E;
}
</style>
background-color css
<style>
a { background-color: #18635E; }
a { background-color: rgb(24,99,94); }
div.DivClassName
{
background-color: #18635E;
}
.BgClassName
{
background-color: #18635E;
}
</style>
border-color css
<style>
span { border-color: #18635E; }
span { border-color: rgb(24,99,94); }
td.TdClassName
{
border-color: #18635E;
}
.TagClassName
{
border-color: #18635E;
}
</style>