Shades of Blue Stone #185D60
Tints of Blue Stone #185D60
RGB
CMYK
RGB Variations
Color information
#185D60 (or 0x185D60) is known color: Blue Stone. HEX triplet: 18, 5D and 60. RGB value is (24,93,96). Sum of RGB (Red+Green+Blue) = 24+93+96=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #185D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D60 is #E7A29F. Grayscale: #484848. Windows color (decimal): -15180448 or 6315288. OLE color: 6315288.
HSL color Cylindrical-coordinate representation of color #185D60: hue angle of 182.5º 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 #185D60 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 93 | 96 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.62 |
| HSL | 182.5º | 0.6% | 0.24% | - |
| HSV(B) | 182.5º | 0.75% | 0.38% | - |
| XYZ | 6.4 | 8.87 | 12.44 | - |
| YUV | 72.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 96 | 0.75 | 0.03 | 0 | 0.62 | 182.5 | 0.6 | 0.24 |
| Hex | 18 | 5D | 60 | 4B | 3 | 0 | 3E | B6 | 3C | 18 |
| Octal | 30 | 135 | 140 | 113 | 3 | 0 | 76 | 266 | 74 | 30 |
| Binary | 11000 | 1011101 | 1100000 | 1001011 | 11 | 0 | 111110 | 10110110 | 111100 | 11000 |
Color Harmonies of #185D60
Complementary color
Monochromatic Colors of #185D60
Black with #185D60
Text Example
Text Example
White with #185D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D60; }
p { color: rgb(24,93,96); }
H1.HeaderClassName
{
color: #185D60;
}
.AnyTagClassName
{
color: #185D60;
}
</style>
background-color css
<style>
a { background-color: #185D60; }
a { background-color: rgb(24,93,96); }
div.DivClassName
{
background-color: #185D60;
}
.BgClassName
{
background-color: #185D60;
}
</style>
border-color css
<style>
span { border-color: #185D60; }
span { border-color: rgb(24,93,96); }
td.TdClassName
{
border-color: #185D60;
}
.TagClassName
{
border-color: #185D60;
}
</style>