Shades of Blue Stone #186963
Tints of Blue Stone #186963
RGB
CMYK
RGB Variations
Color information
#186963 (or 0x186963) is known color: Blue Stone. HEX triplet: 18, 69 and 63. RGB value is (24,105,99). Sum of RGB (Red+Green+Blue) = 24+105+99=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #186963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186963 is #E7969C. Grayscale: #505050. Windows color (decimal): -15177373 or 6514968. OLE color: 6514968.
HSL color Cylindrical-coordinate representation of color #186963: hue angle of 175.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186963 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 99 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.59 |
| HSL | 175.56º | 0.63% | 0.25% | - |
| HSV(B) | 175.56º | 0.77% | 0.41% | - |
| XYZ | 7.68 | 11.2 | 13.56 | - |
| YUV | 80.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 99 | 0.77 | 0 | 0.06 | 0.59 | 175.56 | 0.63 | 0.25 |
| Hex | 18 | 69 | 63 | 4D | 0 | 6 | 3B | B0 | 3F | 19 |
| Octal | 30 | 151 | 143 | 115 | 0 | 6 | 73 | 260 | 77 | 31 |
| Binary | 11000 | 1101001 | 1100011 | 1001101 | 0 | 110 | 111011 | 10110000 | 111111 | 11001 |
Color Harmonies of #186963
Complementary color
Monochromatic Colors of #186963
Black with #186963
Text Example
Text Example
White with #186963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186963; }
p { color: rgb(24,105,99); }
H1.HeaderClassName
{
color: #186963;
}
.AnyTagClassName
{
color: #186963;
}
</style>
background-color css
<style>
a { background-color: #186963; }
a { background-color: rgb(24,105,99); }
div.DivClassName
{
background-color: #186963;
}
.BgClassName
{
background-color: #186963;
}
</style>
border-color css
<style>
span { border-color: #186963; }
span { border-color: rgb(24,105,99); }
td.TdClassName
{
border-color: #186963;
}
.TagClassName
{
border-color: #186963;
}
</style>