Shades of Blue Stone #18645E
Tints of Blue Stone #18645E
RGB
CMYK
RGB Variations
Color information
#18645E (or 0x18645E) is known color: Blue Stone. HEX triplet: 18, 64 and 5E. RGB value is (24,100,94). Sum of RGB (Red+Green+Blue) = 24+100+94=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #18645E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18645E is #E79BA1. Grayscale: #4C4C4C. Windows color (decimal): -15178658 or 6186008. OLE color: 6186008.
HSL color Cylindrical-coordinate representation of color #18645E: hue angle of 175.26º 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 #18645E is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 94 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.61 |
| HSL | 175.26º | 0.61% | 0.24% | - |
| HSV(B) | 175.26º | 0.76% | 0.39% | - |
| XYZ | 6.95 | 10.12 | 12.18 | - |
| YUV | 76.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 94 | 0.76 | 0 | 0.06 | 0.61 | 175.26 | 0.61 | 0.24 |
| Hex | 18 | 64 | 5E | 4C | 0 | 6 | 3D | AF | 3D | 18 |
| Octal | 30 | 144 | 136 | 114 | 0 | 6 | 75 | 257 | 75 | 30 |
| Binary | 11000 | 1100100 | 1011110 | 1001100 | 0 | 110 | 111101 | 10101111 | 111101 | 11000 |
Color Harmonies of #18645E
Complementary color
Monochromatic Colors of #18645E
Black with #18645E
Text Example
Text Example
White with #18645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18645E; }
p { color: rgb(24,100,94); }
H1.HeaderClassName
{
color: #18645E;
}
.AnyTagClassName
{
color: #18645E;
}
</style>
background-color css
<style>
a { background-color: #18645E; }
a { background-color: rgb(24,100,94); }
div.DivClassName
{
background-color: #18645E;
}
.BgClassName
{
background-color: #18645E;
}
</style>
border-color css
<style>
span { border-color: #18645E; }
span { border-color: rgb(24,100,94); }
td.TdClassName
{
border-color: #18645E;
}
.TagClassName
{
border-color: #18645E;
}
</style>