Shades of Blue Stone #185560
Tints of Blue Stone #185560
RGB
CMYK
RGB Variations
Color information
#185560 (or 0x185560) is known color: Blue Stone. HEX triplet: 18, 55 and 60. RGB value is (24,85,96). Sum of RGB (Red+Green+Blue) = 24+85+96=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #185560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185560 is #E7AA9F. Grayscale: #434343. Windows color (decimal): -15182496 or 6313240. OLE color: 6313240.
HSL color Cylindrical-coordinate representation of color #185560: hue angle of 189.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185560 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 85 | 96 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.62 |
| HSL | 189.17º | 0.6% | 0.24% | - |
| HSV(B) | 189.17º | 0.75% | 0.38% | - |
| XYZ | 5.74 | 7.54 | 12.22 | - |
| YUV | 68.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 96 | 0.75 | 0.11 | 0 | 0.62 | 189.17 | 0.6 | 0.24 |
| Hex | 18 | 55 | 60 | 4B | B | 0 | 3E | BD | 3C | 18 |
| Octal | 30 | 125 | 140 | 113 | 13 | 0 | 76 | 275 | 74 | 30 |
| Binary | 11000 | 1010101 | 1100000 | 1001011 | 1011 | 0 | 111110 | 10111101 | 111100 | 11000 |
Color Harmonies of #185560
Complementary color
Monochromatic Colors of #185560
Black with #185560
Text Example
Text Example
White with #185560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185560; }
p { color: rgb(24,85,96); }
H1.HeaderClassName
{
color: #185560;
}
.AnyTagClassName
{
color: #185560;
}
</style>
background-color css
<style>
a { background-color: #185560; }
a { background-color: rgb(24,85,96); }
div.DivClassName
{
background-color: #185560;
}
.BgClassName
{
background-color: #185560;
}
</style>
border-color css
<style>
span { border-color: #185560; }
span { border-color: rgb(24,85,96); }
td.TdClassName
{
border-color: #185560;
}
.TagClassName
{
border-color: #185560;
}
</style>