Shades of Blue Stone #18545D
Tints of Blue Stone #18545D
RGB
CMYK
RGB Variations
Color information
#18545D (or 0x18545D) is known color: Blue Stone. HEX triplet: 18, 54 and 5D. RGB value is (24,84,93). Sum of RGB (Red+Green+Blue) = 24+84+93=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #18545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18545D is #E7ABA2. Grayscale: #424242. Windows color (decimal): -15182755 or 6116376. OLE color: 6116376.
HSL color Cylindrical-coordinate representation of color #18545D: hue angle of 187.83º 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 #18545D is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 84 | 93 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.64 |
| HSL | 187.83º | 0.59% | 0.23% | - |
| HSV(B) | 187.83º | 0.74% | 0.36% | - |
| XYZ | 5.52 | 7.33 | 11.48 | - |
| YUV | 67.09 | 142.62 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 93 | 0.74 | 0.10 | 0 | 0.64 | 187.83 | 0.59 | 0.23 |
| Hex | 18 | 54 | 5D | 4A | A | 0 | 40 | BC | 3B | 17 |
| Octal | 30 | 124 | 135 | 112 | 12 | 0 | 100 | 274 | 73 | 27 |
| Binary | 11000 | 1010100 | 1011101 | 1001010 | 1010 | 0 | 1000000 | 10111100 | 111011 | 10111 |
Color Harmonies of #18545D
Complementary color
Monochromatic Colors of #18545D
Black with #18545D
Text Example
Text Example
White with #18545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18545D; }
p { color: rgb(24,84,93); }
H1.HeaderClassName
{
color: #18545D;
}
.AnyTagClassName
{
color: #18545D;
}
</style>
background-color css
<style>
a { background-color: #18545D; }
a { background-color: rgb(24,84,93); }
div.DivClassName
{
background-color: #18545D;
}
.BgClassName
{
background-color: #18545D;
}
</style>
border-color css
<style>
span { border-color: #18545D; }
span { border-color: rgb(24,84,93); }
td.TdClassName
{
border-color: #18545D;
}
.TagClassName
{
border-color: #18545D;
}
</style>