Shades of Blue Stone #185963
Tints of Blue Stone #185963
RGB
CMYK
RGB Variations
Color information
#185963 (or 0x185963) is known color: Blue Stone. HEX triplet: 18, 59 and 63. RGB value is (24,89,99). Sum of RGB (Red+Green+Blue) = 24+89+99=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #185963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185963 is #E7A69C. Grayscale: #464646. Windows color (decimal): -15181469 or 6510872. OLE color: 6510872.
HSL color Cylindrical-coordinate representation of color #185963: hue angle of 188º 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 #185963 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 89 | 99 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.61 |
| HSL | 188º | 0.61% | 0.24% | - |
| HSV(B) | 188º | 0.76% | 0.39% | - |
| XYZ | 6.2 | 8.24 | 13.07 | - |
| YUV | 70.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 99 | 0.76 | 0.10 | 0 | 0.61 | 188 | 0.61 | 0.24 |
| Hex | 18 | 59 | 63 | 4C | A | 0 | 3D | BC | 3D | 18 |
| Octal | 30 | 131 | 143 | 114 | 12 | 0 | 75 | 274 | 75 | 30 |
| Binary | 11000 | 1011001 | 1100011 | 1001100 | 1010 | 0 | 111101 | 10111100 | 111101 | 11000 |
Color Harmonies of #185963
Complementary color
Monochromatic Colors of #185963
Black with #185963
Text Example
Text Example
White with #185963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185963; }
p { color: rgb(24,89,99); }
H1.HeaderClassName
{
color: #185963;
}
.AnyTagClassName
{
color: #185963;
}
</style>
background-color css
<style>
a { background-color: #185963; }
a { background-color: rgb(24,89,99); }
div.DivClassName
{
background-color: #185963;
}
.BgClassName
{
background-color: #185963;
}
</style>
border-color css
<style>
span { border-color: #185963; }
span { border-color: rgb(24,89,99); }
td.TdClassName
{
border-color: #185963;
}
.TagClassName
{
border-color: #185963;
}
</style>