Shades of Blue Stone #185858
Tints of Blue Stone #185858
RGB
CMYK
RGB Variations
Color information
#185858 (or 0x185858) is known color: Blue Stone. HEX triplet: 18, 58 and 58. RGB value is (24,88,88). Sum of RGB (Red+Green+Blue) = 24+88+88=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #185858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185858 is #E7A7A7. Grayscale: #444444. Windows color (decimal): -15181736 or 5789720. OLE color: 5789720.
HSL color Cylindrical-coordinate representation of color #185858: hue angle of 180º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185858 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 88 | - |
| CMYK | 0.73 | 0 | 0 | 0.65 |
| HSL | 180º | 0.57% | 0.22% | - |
| HSV(B) | 180º | 0.73% | 0.35% | - |
| XYZ | 5.63 | 7.88 | 10.46 | - |
| YUV | 68.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 88 | 0.73 | 0 | 0 | 0.65 | 180 | 0.57 | 0.22 |
| Hex | 18 | 58 | 58 | 49 | 0 | 0 | 41 | B4 | 39 | 16 |
| Octal | 30 | 130 | 130 | 111 | 0 | 0 | 101 | 264 | 71 | 26 |
| Binary | 11000 | 1011000 | 1011000 | 1001001 | 0 | 0 | 1000001 | 10110100 | 111001 | 10110 |
Color Harmonies of #185858
Complementary color
Monochromatic Colors of #185858
Black with #185858
Text Example
Text Example
White with #185858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185858; }
p { color: rgb(24,88,88); }
H1.HeaderClassName
{
color: #185858;
}
.AnyTagClassName
{
color: #185858;
}
</style>
background-color css
<style>
a { background-color: #185858; }
a { background-color: rgb(24,88,88); }
div.DivClassName
{
background-color: #185858;
}
.BgClassName
{
background-color: #185858;
}
</style>
border-color css
<style>
span { border-color: #185858; }
span { border-color: rgb(24,88,88); }
td.TdClassName
{
border-color: #185858;
}
.TagClassName
{
border-color: #185858;
}
</style>