Shades of Blue Stone #18555E
Tints of Blue Stone #18555E
RGB
CMYK
RGB Variations
Color information
#18555E (or 0x18555E) is known color: Blue Stone. HEX triplet: 18, 55 and 5E. RGB value is (24,85,94). Sum of RGB (Red+Green+Blue) = 24+85+94=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #18555E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18555E is #E7AAA1. Grayscale: #434343. Windows color (decimal): -15182498 or 6182168. OLE color: 6182168.
HSL color Cylindrical-coordinate representation of color #18555E: hue angle of 187.71º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18555E is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 85 | 94 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.63 |
| HSL | 187.71º | 0.59% | 0.23% | - |
| HSV(B) | 187.71º | 0.74% | 0.37% | - |
| XYZ | 5.65 | 7.5 | 11.74 | - |
| YUV | 67.79 | 142.79 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 94 | 0.74 | 0.10 | 0 | 0.63 | 187.71 | 0.59 | 0.23 |
| Hex | 18 | 55 | 5E | 4A | A | 0 | 3F | BC | 3B | 17 |
| Octal | 30 | 125 | 136 | 112 | 12 | 0 | 77 | 274 | 73 | 27 |
| Binary | 11000 | 1010101 | 1011110 | 1001010 | 1010 | 0 | 111111 | 10111100 | 111011 | 10111 |
Color Harmonies of #18555E
Complementary color
Monochromatic Colors of #18555E
Black with #18555E
Text Example
Text Example
White with #18555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18555E; }
p { color: rgb(24,85,94); }
H1.HeaderClassName
{
color: #18555E;
}
.AnyTagClassName
{
color: #18555E;
}
</style>
background-color css
<style>
a { background-color: #18555E; }
a { background-color: rgb(24,85,94); }
div.DivClassName
{
background-color: #18555E;
}
.BgClassName
{
background-color: #18555E;
}
</style>
border-color css
<style>
span { border-color: #18555E; }
span { border-color: rgb(24,85,94); }
td.TdClassName
{
border-color: #18555E;
}
.TagClassName
{
border-color: #18555E;
}
</style>