Shades of Blue Stone #186A5B
Tints of Blue Stone #186A5B
RGB
CMYK
RGB Variations
Color information
#186A5B (or 0x186A5B) is known color: Blue Stone. HEX triplet: 18, 6A and 5B. RGB value is (24,106,91). Sum of RGB (Red+Green+Blue) = 24+106+91=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #186A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A5B is #E795A4. Grayscale: #4F4F4F. Windows color (decimal): -15177125 or 5990936. OLE color: 5990936.
HSL color Cylindrical-coordinate representation of color #186A5B: hue angle of 169.02º 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 #186A5B is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 91 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.58 |
| HSL | 169.02º | 0.63% | 0.25% | - |
| HSV(B) | 169.02º | 0.77% | 0.42% | - |
| XYZ | 7.42 | 11.26 | 11.68 | - |
| YUV | 79.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 91 | 0.77 | 0 | 0.14 | 0.58 | 169.02 | 0.63 | 0.25 |
| Hex | 18 | 6A | 5B | 4D | 0 | E | 3A | A9 | 3F | 19 |
| Octal | 30 | 152 | 133 | 115 | 0 | 16 | 72 | 251 | 77 | 31 |
| Binary | 11000 | 1101010 | 1011011 | 1001101 | 0 | 1110 | 111010 | 10101001 | 111111 | 11001 |
Color Harmonies of #186A5B
Complementary color
Monochromatic Colors of #186A5B
Black with #186A5B
Text Example
Text Example
White with #186A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A5B; }
p { color: rgb(24,106,91); }
H1.HeaderClassName
{
color: #186A5B;
}
.AnyTagClassName
{
color: #186A5B;
}
</style>
background-color css
<style>
a { background-color: #186A5B; }
a { background-color: rgb(24,106,91); }
div.DivClassName
{
background-color: #186A5B;
}
.BgClassName
{
background-color: #186A5B;
}
</style>
border-color css
<style>
span { border-color: #186A5B; }
span { border-color: rgb(24,106,91); }
td.TdClassName
{
border-color: #186A5B;
}
.TagClassName
{
border-color: #186A5B;
}
</style>