Shades of Blue Stone #186063
Tints of Blue Stone #186063
RGB
CMYK
RGB Variations
Color information
#186063 (or 0x186063) is known color: Blue Stone. HEX triplet: 18, 60 and 63. RGB value is (24,96,99). Sum of RGB (Red+Green+Blue) = 24+96+99=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #186063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186063 is #E79F9C. Grayscale: #4A4A4A. Windows color (decimal): -15179677 or 6512664. OLE color: 6512664.
HSL color Cylindrical-coordinate representation of color #186063: hue angle of 182.4º 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 #186063 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 96 | 99 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.61 |
| HSL | 182.4º | 0.61% | 0.24% | - |
| HSV(B) | 182.4º | 0.76% | 0.39% | - |
| XYZ | 6.81 | 9.46 | 13.27 | - |
| YUV | 74.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 99 | 0.76 | 0.03 | 0 | 0.61 | 182.4 | 0.61 | 0.24 |
| Hex | 18 | 60 | 63 | 4C | 3 | 0 | 3D | B6 | 3D | 18 |
| Octal | 30 | 140 | 143 | 114 | 3 | 0 | 75 | 266 | 75 | 30 |
| Binary | 11000 | 1100000 | 1100011 | 1001100 | 11 | 0 | 111101 | 10110110 | 111101 | 11000 |
Color Harmonies of #186063
Complementary color
Monochromatic Colors of #186063
Black with #186063
Text Example
Text Example
White with #186063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186063; }
p { color: rgb(24,96,99); }
H1.HeaderClassName
{
color: #186063;
}
.AnyTagClassName
{
color: #186063;
}
</style>
background-color css
<style>
a { background-color: #186063; }
a { background-color: rgb(24,96,99); }
div.DivClassName
{
background-color: #186063;
}
.BgClassName
{
background-color: #186063;
}
</style>
border-color css
<style>
span { border-color: #186063; }
span { border-color: rgb(24,96,99); }
td.TdClassName
{
border-color: #186063;
}
.TagClassName
{
border-color: #186063;
}
</style>