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