Shades of Blue Stone #185861
Tints of Blue Stone #185861
RGB
CMYK
RGB Variations
Color information
#185861 (or 0x185861) is known color: Blue Stone. HEX triplet: 18, 58 and 61. RGB value is (24,88,97). Sum of RGB (Red+Green+Blue) = 24+88+97=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #185861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185861 is #E7A79E. Grayscale: #454545. Windows color (decimal): -15181727 or 6379544. OLE color: 6379544.
HSL color Cylindrical-coordinate representation of color #185861: hue angle of 187.4º 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 #185861 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 88 | 97 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.62 |
| HSL | 187.4º | 0.6% | 0.24% | - |
| HSV(B) | 187.4º | 0.75% | 0.38% | - |
| XYZ | 6.02 | 8.04 | 12.54 | - |
| YUV | 69.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 97 | 0.75 | 0.09 | 0 | 0.62 | 187.4 | 0.6 | 0.24 |
| Hex | 18 | 58 | 61 | 4B | 9 | 0 | 3E | BB | 3C | 18 |
| Octal | 30 | 130 | 141 | 113 | 11 | 0 | 76 | 273 | 74 | 30 |
| Binary | 11000 | 1011000 | 1100001 | 1001011 | 1001 | 0 | 111110 | 10111011 | 111100 | 11000 |
Color Harmonies of #185861
Complementary color
Monochromatic Colors of #185861
Black with #185861
Text Example
Text Example
White with #185861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185861; }
p { color: rgb(24,88,97); }
H1.HeaderClassName
{
color: #185861;
}
.AnyTagClassName
{
color: #185861;
}
</style>
background-color css
<style>
a { background-color: #185861; }
a { background-color: rgb(24,88,97); }
div.DivClassName
{
background-color: #185861;
}
.BgClassName
{
background-color: #185861;
}
</style>
border-color css
<style>
span { border-color: #185861; }
span { border-color: rgb(24,88,97); }
td.TdClassName
{
border-color: #185861;
}
.TagClassName
{
border-color: #185861;
}
</style>