Shades of Blue Stone #18595C
Tints of Blue Stone #18595C
RGB
CMYK
RGB Variations
Color information
#18595C (or 0x18595C) is known color: Blue Stone. HEX triplet: 18, 59 and 5C. RGB value is (24,89,92). Sum of RGB (Red+Green+Blue) = 24+89+92=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #18595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18595C is #E7A6A3. Grayscale: #454545. Windows color (decimal): -15181476 or 6052120. OLE color: 6052120.
HSL color Cylindrical-coordinate representation of color #18595C: hue angle of 182.65º 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 #18595C is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 89 | 92 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.64 |
| HSL | 182.65º | 0.59% | 0.23% | - |
| HSV(B) | 182.65º | 0.74% | 0.36% | - |
| XYZ | 5.88 | 8.11 | 11.38 | - |
| YUV | 69.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 92 | 0.74 | 0.03 | 0 | 0.64 | 182.65 | 0.59 | 0.23 |
| Hex | 18 | 59 | 5C | 4A | 3 | 0 | 40 | B7 | 3B | 17 |
| Octal | 30 | 131 | 134 | 112 | 3 | 0 | 100 | 267 | 73 | 27 |
| Binary | 11000 | 1011001 | 1011100 | 1001010 | 11 | 0 | 1000000 | 10110111 | 111011 | 10111 |
Color Harmonies of #18595C
Complementary color
Monochromatic Colors of #18595C
Black with #18595C
Text Example
Text Example
White with #18595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18595C; }
p { color: rgb(24,89,92); }
H1.HeaderClassName
{
color: #18595C;
}
.AnyTagClassName
{
color: #18595C;
}
</style>
background-color css
<style>
a { background-color: #18595C; }
a { background-color: rgb(24,89,92); }
div.DivClassName
{
background-color: #18595C;
}
.BgClassName
{
background-color: #18595C;
}
</style>
border-color css
<style>
span { border-color: #18595C; }
span { border-color: rgb(24,89,92); }
td.TdClassName
{
border-color: #18595C;
}
.TagClassName
{
border-color: #18595C;
}
</style>