Shades of Blue Stone #186563
Tints of Blue Stone #186563
RGB
CMYK
RGB Variations
Color information
#186563 (or 0x186563) is known color: Blue Stone. HEX triplet: 18, 65 and 63. RGB value is (24,101,99). Sum of RGB (Red+Green+Blue) = 24+101+99=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #186563 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186563 is #E79A9C. Grayscale: #4D4D4D. Windows color (decimal): -15178397 or 6513944. OLE color: 6513944.
HSL color Cylindrical-coordinate representation of color #186563: hue angle of 178.44º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186563 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 99 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.60 |
| HSL | 178.44º | 0.62% | 0.25% | - |
| HSV(B) | 178.44º | 0.76% | 0.4% | - |
| XYZ | 7.28 | 10.4 | 13.43 | - |
| YUV | 77.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 99 | 0.76 | 0 | 0.02 | 0.60 | 178.44 | 0.62 | 0.25 |
| Hex | 18 | 65 | 63 | 4C | 0 | 2 | 3C | B2 | 3E | 19 |
| Octal | 30 | 145 | 143 | 114 | 0 | 2 | 74 | 262 | 76 | 31 |
| Binary | 11000 | 1100101 | 1100011 | 1001100 | 0 | 10 | 111100 | 10110010 | 111110 | 11001 |
Color Harmonies of #186563
Complementary color
Monochromatic Colors of #186563
Black with #186563
Text Example
Text Example
White with #186563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186563; }
p { color: rgb(24,101,99); }
H1.HeaderClassName
{
color: #186563;
}
.AnyTagClassName
{
color: #186563;
}
</style>
background-color css
<style>
a { background-color: #186563; }
a { background-color: rgb(24,101,99); }
div.DivClassName
{
background-color: #186563;
}
.BgClassName
{
background-color: #186563;
}
</style>
border-color css
<style>
span { border-color: #186563; }
span { border-color: rgb(24,101,99); }
td.TdClassName
{
border-color: #186563;
}
.TagClassName
{
border-color: #186563;
}
</style>