Shades of Blue Stone #18575C
Tints of Blue Stone #18575C
RGB
CMYK
RGB Variations
Color information
#18575C (or 0x18575C) is known color: Blue Stone. HEX triplet: 18, 57 and 5C. RGB value is (24,87,92). Sum of RGB (Red+Green+Blue) = 24+87+92=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #18575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575C is #E7A8A3. Grayscale: #444444. Windows color (decimal): -15181988 or 6051608. OLE color: 6051608.
HSL color Cylindrical-coordinate representation of color #18575C: hue angle of 184.41º 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 #18575C is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 87 | 92 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.64 |
| HSL | 184.41º | 0.59% | 0.23% | - |
| HSV(B) | 184.41º | 0.74% | 0.36% | - |
| XYZ | 5.72 | 7.78 | 11.33 | - |
| YUV | 68.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 92 | 0.74 | 0.05 | 0 | 0.64 | 184.41 | 0.59 | 0.23 |
| Hex | 18 | 57 | 5C | 4A | 5 | 0 | 40 | B8 | 3B | 17 |
| Octal | 30 | 127 | 134 | 112 | 5 | 0 | 100 | 270 | 73 | 27 |
| Binary | 11000 | 1010111 | 1011100 | 1001010 | 101 | 0 | 1000000 | 10111000 | 111011 | 10111 |
Color Harmonies of #18575C
Complementary color
Monochromatic Colors of #18575C
Black with #18575C
Text Example
Text Example
White with #18575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18575C; }
p { color: rgb(24,87,92); }
H1.HeaderClassName
{
color: #18575C;
}
.AnyTagClassName
{
color: #18575C;
}
</style>
background-color css
<style>
a { background-color: #18575C; }
a { background-color: rgb(24,87,92); }
div.DivClassName
{
background-color: #18575C;
}
.BgClassName
{
background-color: #18575C;
}
</style>
border-color css
<style>
span { border-color: #18575C; }
span { border-color: rgb(24,87,92); }
td.TdClassName
{
border-color: #18575C;
}
.TagClassName
{
border-color: #18575C;
}
</style>