Shades of Blue Stone #18575E
Tints of Blue Stone #18575E
RGB
CMYK
RGB Variations
Color information
#18575E (or 0x18575E) is known color: Blue Stone. HEX triplet: 18, 57 and 5E. RGB value is (24,87,94). Sum of RGB (Red+Green+Blue) = 24+87+94=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #18575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575E is #E7A8A1. Grayscale: #444444. Windows color (decimal): -15181986 or 6182680. OLE color: 6182680.
HSL color Cylindrical-coordinate representation of color #18575E: hue angle of 186º 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 #18575E is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 87 | 94 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.63 |
| HSL | 186º | 0.59% | 0.23% | - |
| HSV(B) | 186º | 0.74% | 0.37% | - |
| XYZ | 5.81 | 7.82 | 11.79 | - |
| YUV | 68.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 94 | 0.74 | 0.07 | 0 | 0.63 | 186 | 0.59 | 0.23 |
| Hex | 18 | 57 | 5E | 4A | 7 | 0 | 3F | BA | 3B | 17 |
| Octal | 30 | 127 | 136 | 112 | 7 | 0 | 77 | 272 | 73 | 27 |
| Binary | 11000 | 1010111 | 1011110 | 1001010 | 111 | 0 | 111111 | 10111010 | 111011 | 10111 |
Color Harmonies of #18575E
Complementary color
Monochromatic Colors of #18575E
Black with #18575E
Text Example
Text Example
White with #18575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18575E; }
p { color: rgb(24,87,94); }
H1.HeaderClassName
{
color: #18575E;
}
.AnyTagClassName
{
color: #18575E;
}
</style>
background-color css
<style>
a { background-color: #18575E; }
a { background-color: rgb(24,87,94); }
div.DivClassName
{
background-color: #18575E;
}
.BgClassName
{
background-color: #18575E;
}
</style>
border-color css
<style>
span { border-color: #18575E; }
span { border-color: rgb(24,87,94); }
td.TdClassName
{
border-color: #18575E;
}
.TagClassName
{
border-color: #18575E;
}
</style>