Shades of Blue Stone #185863
Tints of Blue Stone #185863
RGB
CMYK
RGB Variations
Color information
#185863 (or 0x185863) is known color: Blue Stone. HEX triplet: 18, 58 and 63. RGB value is (24,88,99). Sum of RGB (Red+Green+Blue) = 24+88+99=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #185863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185863 is #E7A79C. Grayscale: #464646. Windows color (decimal): -15181725 or 6510616. OLE color: 6510616.
HSL color Cylindrical-coordinate representation of color #185863: hue angle of 188.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #185863 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 88 | 99 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.61 |
| HSL | 188.8º | 0.61% | 0.24% | - |
| HSV(B) | 188.8º | 0.76% | 0.39% | - |
| XYZ | 6.12 | 8.07 | 13.04 | - |
| YUV | 70.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 99 | 0.76 | 0.11 | 0 | 0.61 | 188.8 | 0.61 | 0.24 |
| Hex | 18 | 58 | 63 | 4C | B | 0 | 3D | BD | 3D | 18 |
| Octal | 30 | 130 | 143 | 114 | 13 | 0 | 75 | 275 | 75 | 30 |
| Binary | 11000 | 1011000 | 1100011 | 1001100 | 1011 | 0 | 111101 | 10111101 | 111101 | 11000 |
Color Harmonies of #185863
Complementary color
Monochromatic Colors of #185863
Black with #185863
Text Example
Text Example
White with #185863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185863; }
p { color: rgb(24,88,99); }
H1.HeaderClassName
{
color: #185863;
}
.AnyTagClassName
{
color: #185863;
}
</style>
background-color css
<style>
a { background-color: #185863; }
a { background-color: rgb(24,88,99); }
div.DivClassName
{
background-color: #185863;
}
.BgClassName
{
background-color: #185863;
}
</style>
border-color css
<style>
span { border-color: #185863; }
span { border-color: rgb(24,88,99); }
td.TdClassName
{
border-color: #185863;
}
.TagClassName
{
border-color: #185863;
}
</style>