Shades of Blue Stone #18555D
Tints of Blue Stone #18555D
RGB
CMYK
RGB Variations
Color information
#18555D (or 0x18555D) is known color: Blue Stone. HEX triplet: 18, 55 and 5D. RGB value is (24,85,93). Sum of RGB (Red+Green+Blue) = 24+85+93=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #18555D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18555D is #E7AAA2. Grayscale: #434343. Windows color (decimal): -15182499 or 6116632. OLE color: 6116632.
HSL color Cylindrical-coordinate representation of color #18555D: hue angle of 186.96º 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 #18555D is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 85 | 93 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.64 |
| HSL | 186.96º | 0.59% | 0.23% | - |
| HSV(B) | 186.96º | 0.74% | 0.36% | - |
| XYZ | 5.6 | 7.48 | 11.5 | - |
| YUV | 67.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 93 | 0.74 | 0.09 | 0 | 0.64 | 186.96 | 0.59 | 0.23 |
| Hex | 18 | 55 | 5D | 4A | 9 | 0 | 40 | BB | 3B | 17 |
| Octal | 30 | 125 | 135 | 112 | 11 | 0 | 100 | 273 | 73 | 27 |
| Binary | 11000 | 1010101 | 1011101 | 1001010 | 1001 | 0 | 1000000 | 10111011 | 111011 | 10111 |
Color Harmonies of #18555D
Complementary color
Monochromatic Colors of #18555D
Black with #18555D
Text Example
Text Example
White with #18555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18555D; }
p { color: rgb(24,85,93); }
H1.HeaderClassName
{
color: #18555D;
}
.AnyTagClassName
{
color: #18555D;
}
</style>
background-color css
<style>
a { background-color: #18555D; }
a { background-color: rgb(24,85,93); }
div.DivClassName
{
background-color: #18555D;
}
.BgClassName
{
background-color: #18555D;
}
</style>
border-color css
<style>
span { border-color: #18555D; }
span { border-color: rgb(24,85,93); }
td.TdClassName
{
border-color: #18555D;
}
.TagClassName
{
border-color: #18555D;
}
</style>