Shades of Blue Stone #185859
Tints of Blue Stone #185859
RGB
CMYK
RGB Variations
Color information
#185859 (or 0x185859) is known color: Blue Stone. HEX triplet: 18, 58 and 59. RGB value is (24,88,89). Sum of RGB (Red+Green+Blue) = 24+88+89=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #185859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185859 is #E7A7A6. Grayscale: #444444. Windows color (decimal): -15181735 or 5855256. OLE color: 5855256.
HSL color Cylindrical-coordinate representation of color #185859: hue angle of 180.92º degrees, saturation: 0.58, 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 #185859 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 88 | 89 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.65 |
| HSL | 180.92º | 0.58% | 0.22% | - |
| HSV(B) | 180.92º | 0.73% | 0.35% | - |
| XYZ | 5.67 | 7.89 | 10.68 | - |
| YUV | 68.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 89 | 0.73 | 0.01 | 0 | 0.65 | 180.92 | 0.58 | 0.22 |
| Hex | 18 | 58 | 59 | 49 | 1 | 0 | 41 | B5 | 3A | 16 |
| Octal | 30 | 130 | 131 | 111 | 1 | 0 | 101 | 265 | 72 | 26 |
| Binary | 11000 | 1011000 | 1011001 | 1001001 | 1 | 0 | 1000001 | 10110101 | 111010 | 10110 |
Color Harmonies of #185859
Complementary color
Monochromatic Colors of #185859
Black with #185859
Text Example
Text Example
White with #185859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185859; }
p { color: rgb(24,88,89); }
H1.HeaderClassName
{
color: #185859;
}
.AnyTagClassName
{
color: #185859;
}
</style>
background-color css
<style>
a { background-color: #185859; }
a { background-color: rgb(24,88,89); }
div.DivClassName
{
background-color: #185859;
}
.BgClassName
{
background-color: #185859;
}
</style>
border-color css
<style>
span { border-color: #185859; }
span { border-color: rgb(24,88,89); }
td.TdClassName
{
border-color: #185859;
}
.TagClassName
{
border-color: #185859;
}
</style>