Shades of Blue Stone #186A5E
Tints of Blue Stone #186A5E
RGB
CMYK
RGB Variations
Color information
#186A5E (or 0x186A5E) is known color: Blue Stone. HEX triplet: 18, 6A and 5E. RGB value is (24,106,94). Sum of RGB (Red+Green+Blue) = 24+106+94=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #186A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A5E is #E795A1. Grayscale: #505050. Windows color (decimal): -15177122 or 6187544. OLE color: 6187544.
HSL color Cylindrical-coordinate representation of color #186A5E: hue angle of 171.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A5E is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 94 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.58 |
| HSL | 171.22º | 0.63% | 0.25% | - |
| HSV(B) | 171.22º | 0.77% | 0.42% | - |
| XYZ | 7.55 | 11.31 | 12.37 | - |
| YUV | 80.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 94 | 0.77 | 0 | 0.11 | 0.58 | 171.22 | 0.63 | 0.25 |
| Hex | 18 | 6A | 5E | 4D | 0 | B | 3A | AB | 3F | 19 |
| Octal | 30 | 152 | 136 | 115 | 0 | 13 | 72 | 253 | 77 | 31 |
| Binary | 11000 | 1101010 | 1011110 | 1001101 | 0 | 1011 | 111010 | 10101011 | 111111 | 11001 |
Color Harmonies of #186A5E
Complementary color
Monochromatic Colors of #186A5E
Black with #186A5E
Text Example
Text Example
White with #186A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A5E; }
p { color: rgb(24,106,94); }
H1.HeaderClassName
{
color: #186A5E;
}
.AnyTagClassName
{
color: #186A5E;
}
</style>
background-color css
<style>
a { background-color: #186A5E; }
a { background-color: rgb(24,106,94); }
div.DivClassName
{
background-color: #186A5E;
}
.BgClassName
{
background-color: #186A5E;
}
</style>
border-color css
<style>
span { border-color: #186A5E; }
span { border-color: rgb(24,106,94); }
td.TdClassName
{
border-color: #186A5E;
}
.TagClassName
{
border-color: #186A5E;
}
</style>