Shades of Blue Stone #186863
Tints of Blue Stone #186863
RGB
CMYK
RGB Variations
Color information
#186863 (or 0x186863) is known color: Blue Stone. HEX triplet: 18, 68 and 63. RGB value is (24,104,99). Sum of RGB (Red+Green+Blue) = 24+104+99=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #186863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186863 is #E7979C. Grayscale: #4F4F4F. Windows color (decimal): -15177629 or 6514712. OLE color: 6514712.
HSL color Cylindrical-coordinate representation of color #186863: hue angle of 176.25º degrees, saturation: 0.62, 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 #186863 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 104 | 99 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.59 |
| HSL | 176.25º | 0.63% | 0.25% | - |
| HSV(B) | 176.25º | 0.77% | 0.41% | - |
| XYZ | 7.58 | 11 | 13.53 | - |
| YUV | 79.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 99 | 0.77 | 0 | 0.05 | 0.59 | 176.25 | 0.63 | 0.25 |
| Hex | 18 | 68 | 63 | 4D | 0 | 5 | 3B | B0 | 3E | 19 |
| Octal | 30 | 150 | 143 | 115 | 0 | 5 | 73 | 260 | 76 | 31 |
| Binary | 11000 | 1101000 | 1100011 | 1001101 | 0 | 101 | 111011 | 10110000 | 111110 | 11001 |
Color Harmonies of #186863
Complementary color
Monochromatic Colors of #186863
Black with #186863
Text Example
Text Example
White with #186863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186863; }
p { color: rgb(24,104,99); }
H1.HeaderClassName
{
color: #186863;
}
.AnyTagClassName
{
color: #186863;
}
</style>
background-color css
<style>
a { background-color: #186863; }
a { background-color: rgb(24,104,99); }
div.DivClassName
{
background-color: #186863;
}
.BgClassName
{
background-color: #186863;
}
</style>
border-color css
<style>
span { border-color: #186863; }
span { border-color: rgb(24,104,99); }
td.TdClassName
{
border-color: #186863;
}
.TagClassName
{
border-color: #186863;
}
</style>