Shades of Blue Stone #18595B
Tints of Blue Stone #18595B
RGB
CMYK
RGB Variations
Color information
#18595B (or 0x18595B) is known color: Blue Stone. HEX triplet: 18, 59 and 5B. RGB value is (24,89,91). Sum of RGB (Red+Green+Blue) = 24+89+91=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #18595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18595B is #E7A6A4. Grayscale: #454545. Windows color (decimal): -15181477 or 5986584. OLE color: 5986584.
HSL color Cylindrical-coordinate representation of color #18595B: hue angle of 181.79º degrees, saturation: 0.58, 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 #18595B is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 89 | 91 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.64 |
| HSL | 181.79º | 0.58% | 0.23% | - |
| HSV(B) | 181.79º | 0.74% | 0.36% | - |
| XYZ | 5.84 | 8.09 | 11.15 | - |
| YUV | 69.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 91 | 0.74 | 0.02 | 0 | 0.64 | 181.79 | 0.58 | 0.23 |
| Hex | 18 | 59 | 5B | 4A | 2 | 0 | 40 | B6 | 3A | 17 |
| Octal | 30 | 131 | 133 | 112 | 2 | 0 | 100 | 266 | 72 | 27 |
| Binary | 11000 | 1011001 | 1011011 | 1001010 | 10 | 0 | 1000000 | 10110110 | 111010 | 10111 |
Color Harmonies of #18595B
Complementary color
Monochromatic Colors of #18595B
Black with #18595B
Text Example
Text Example
White with #18595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18595B; }
p { color: rgb(24,89,91); }
H1.HeaderClassName
{
color: #18595B;
}
.AnyTagClassName
{
color: #18595B;
}
</style>
background-color css
<style>
a { background-color: #18595B; }
a { background-color: rgb(24,89,91); }
div.DivClassName
{
background-color: #18595B;
}
.BgClassName
{
background-color: #18595B;
}
</style>
border-color css
<style>
span { border-color: #18595B; }
span { border-color: rgb(24,89,91); }
td.TdClassName
{
border-color: #18595B;
}
.TagClassName
{
border-color: #18595B;
}
</style>