Shades of Blue Stone #18575F
Tints of Blue Stone #18575F
RGB
CMYK
RGB Variations
Color information
#18575F (or 0x18575F) is known color: Blue Stone. HEX triplet: 18, 57 and 5F. RGB value is (24,87,95). Sum of RGB (Red+Green+Blue) = 24+87+95=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #18575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575F is #E7A8A0. Grayscale: #444444. Windows color (decimal): -15181985 or 6248216. OLE color: 6248216.
HSL color Cylindrical-coordinate representation of color #18575F: hue angle of 186.76º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18575F is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 87 | 95 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.63 |
| HSL | 186.76º | 0.6% | 0.23% | - |
| HSV(B) | 186.76º | 0.75% | 0.37% | - |
| XYZ | 5.85 | 7.84 | 12.03 | - |
| YUV | 69.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 95 | 0.75 | 0.08 | 0 | 0.63 | 186.76 | 0.6 | 0.23 |
| Hex | 18 | 57 | 5F | 4B | 8 | 0 | 3F | BB | 3C | 17 |
| Octal | 30 | 127 | 137 | 113 | 10 | 0 | 77 | 273 | 74 | 27 |
| Binary | 11000 | 1010111 | 1011111 | 1001011 | 1000 | 0 | 111111 | 10111011 | 111100 | 10111 |
Color Harmonies of #18575F
Complementary color
Monochromatic Colors of #18575F
Black with #18575F
Text Example
Text Example
White with #18575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18575F; }
p { color: rgb(24,87,95); }
H1.HeaderClassName
{
color: #18575F;
}
.AnyTagClassName
{
color: #18575F;
}
</style>
background-color css
<style>
a { background-color: #18575F; }
a { background-color: rgb(24,87,95); }
div.DivClassName
{
background-color: #18575F;
}
.BgClassName
{
background-color: #18575F;
}
</style>
border-color css
<style>
span { border-color: #18575F; }
span { border-color: rgb(24,87,95); }
td.TdClassName
{
border-color: #18575F;
}
.TagClassName
{
border-color: #18575F;
}
</style>