Shades of Blue Stone #18575D
Tints of Blue Stone #18575D
RGB
CMYK
RGB Variations
Color information
#18575D (or 0x18575D) is known color: Blue Stone. HEX triplet: 18, 57 and 5D. RGB value is (24,87,93). Sum of RGB (Red+Green+Blue) = 24+87+93=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #18575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575D is #E7A8A2. Grayscale: #444444. Windows color (decimal): -15181987 or 6117144. OLE color: 6117144.
HSL color Cylindrical-coordinate representation of color #18575D: hue angle of 185.22º 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 #18575D is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 87 | 93 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.64 |
| HSL | 185.22º | 0.59% | 0.23% | - |
| HSV(B) | 185.22º | 0.74% | 0.36% | - |
| XYZ | 5.76 | 7.8 | 11.56 | - |
| YUV | 68.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 93 | 0.74 | 0.06 | 0 | 0.64 | 185.22 | 0.59 | 0.23 |
| Hex | 18 | 57 | 5D | 4A | 6 | 0 | 40 | B9 | 3B | 17 |
| Octal | 30 | 127 | 135 | 112 | 6 | 0 | 100 | 271 | 73 | 27 |
| Binary | 11000 | 1010111 | 1011101 | 1001010 | 110 | 0 | 1000000 | 10111001 | 111011 | 10111 |
Color Harmonies of #18575D
Complementary color
Monochromatic Colors of #18575D
Black with #18575D
Text Example
Text Example
White with #18575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18575D; }
p { color: rgb(24,87,93); }
H1.HeaderClassName
{
color: #18575D;
}
.AnyTagClassName
{
color: #18575D;
}
</style>
background-color css
<style>
a { background-color: #18575D; }
a { background-color: rgb(24,87,93); }
div.DivClassName
{
background-color: #18575D;
}
.BgClassName
{
background-color: #18575D;
}
</style>
border-color css
<style>
span { border-color: #18575D; }
span { border-color: rgb(24,87,93); }
td.TdClassName
{
border-color: #18575D;
}
.TagClassName
{
border-color: #18575D;
}
</style>