Shades of Blue Stone #18615E
Tints of Blue Stone #18615E
RGB
CMYK
RGB Variations
Color information
#18615E (or 0x18615E) is known color: Blue Stone. HEX triplet: 18, 61 and 5E. RGB value is (24,97,94). Sum of RGB (Red+Green+Blue) = 24+97+94=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #18615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18615E is #E79EA1. Grayscale: #4A4A4A. Windows color (decimal): -15179426 or 6185240. OLE color: 6185240.
HSL color Cylindrical-coordinate representation of color #18615E: hue angle of 177.53º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18615E is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 97 | 94 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.62 |
| HSL | 177.53º | 0.6% | 0.24% | - |
| HSV(B) | 177.53º | 0.75% | 0.38% | - |
| XYZ | 6.67 | 9.55 | 12.08 | - |
| YUV | 74.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 94 | 0.75 | 0 | 0.03 | 0.62 | 177.53 | 0.6 | 0.24 |
| Hex | 18 | 61 | 5E | 4B | 0 | 3 | 3E | B2 | 3C | 18 |
| Octal | 30 | 141 | 136 | 113 | 0 | 3 | 76 | 262 | 74 | 30 |
| Binary | 11000 | 1100001 | 1011110 | 1001011 | 0 | 11 | 111110 | 10110010 | 111100 | 11000 |
Color Harmonies of #18615E
Complementary color
Monochromatic Colors of #18615E
Black with #18615E
Text Example
Text Example
White with #18615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18615E; }
p { color: rgb(24,97,94); }
H1.HeaderClassName
{
color: #18615E;
}
.AnyTagClassName
{
color: #18615E;
}
</style>
background-color css
<style>
a { background-color: #18615E; }
a { background-color: rgb(24,97,94); }
div.DivClassName
{
background-color: #18615E;
}
.BgClassName
{
background-color: #18615E;
}
</style>
border-color css
<style>
span { border-color: #18615E; }
span { border-color: rgb(24,97,94); }
td.TdClassName
{
border-color: #18615E;
}
.TagClassName
{
border-color: #18615E;
}
</style>