Shades of Blue Stone #18545C
Tints of Blue Stone #18545C
RGB
CMYK
RGB Variations
Color information
#18545C (or 0x18545C) is known color: Blue Stone. HEX triplet: 18, 54 and 5C. RGB value is (24,84,92). Sum of RGB (Red+Green+Blue) = 24+84+92=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #18545C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18545C is #E7ABA3. Grayscale: #424242. Windows color (decimal): -15182756 or 6050840. OLE color: 6050840.
HSL color Cylindrical-coordinate representation of color #18545C: hue angle of 187.06º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18545C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 84 | 92 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.64 |
| HSL | 187.06º | 0.59% | 0.23% | - |
| HSV(B) | 187.06º | 0.74% | 0.36% | - |
| XYZ | 5.48 | 7.31 | 11.25 | - |
| YUV | 66.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 92 | 0.74 | 0.09 | 0 | 0.64 | 187.06 | 0.59 | 0.23 |
| Hex | 18 | 54 | 5C | 4A | 9 | 0 | 40 | BB | 3B | 17 |
| Octal | 30 | 124 | 134 | 112 | 11 | 0 | 100 | 273 | 73 | 27 |
| Binary | 11000 | 1010100 | 1011100 | 1001010 | 1001 | 0 | 1000000 | 10111011 | 111011 | 10111 |
Color Harmonies of #18545C
Complementary color
Monochromatic Colors of #18545C
Black with #18545C
Text Example
Text Example
White with #18545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18545C; }
p { color: rgb(24,84,92); }
H1.HeaderClassName
{
color: #18545C;
}
.AnyTagClassName
{
color: #18545C;
}
</style>
background-color css
<style>
a { background-color: #18545C; }
a { background-color: rgb(24,84,92); }
div.DivClassName
{
background-color: #18545C;
}
.BgClassName
{
background-color: #18545C;
}
</style>
border-color css
<style>
span { border-color: #18545C; }
span { border-color: rgb(24,84,92); }
td.TdClassName
{
border-color: #18545C;
}
.TagClassName
{
border-color: #18545C;
}
</style>