Shades of Blue Stone #186B5D
Tints of Blue Stone #186B5D
RGB
CMYK
RGB Variations
Color information
#186B5D (or 0x186B5D) is known color: Blue Stone. HEX triplet: 18, 6B and 5D. RGB value is (24,107,93). Sum of RGB (Red+Green+Blue) = 24+107+93=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #186B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B5D is #E794A2. Grayscale: #505050. Windows color (decimal): -15176867 or 6122264. OLE color: 6122264.
HSL color Cylindrical-coordinate representation of color #186B5D: hue angle of 169.88º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B5D is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 93 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.58 |
| HSL | 169.88º | 0.63% | 0.26% | - |
| HSV(B) | 169.88º | 0.78% | 0.42% | - |
| XYZ | 7.61 | 11.5 | 12.17 | - |
| YUV | 80.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 93 | 0.78 | 0 | 0.13 | 0.58 | 169.88 | 0.63 | 0.26 |
| Hex | 18 | 6B | 5D | 4E | 0 | D | 3A | AA | 3F | 1A |
| Octal | 30 | 153 | 135 | 116 | 0 | 15 | 72 | 252 | 77 | 32 |
| Binary | 11000 | 1101011 | 1011101 | 1001110 | 0 | 1101 | 111010 | 10101010 | 111111 | 11010 |
Color Harmonies of #186B5D
Complementary color
Monochromatic Colors of #186B5D
Black with #186B5D
Text Example
Text Example
White with #186B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B5D; }
p { color: rgb(24,107,93); }
H1.HeaderClassName
{
color: #186B5D;
}
.AnyTagClassName
{
color: #186B5D;
}
</style>
background-color css
<style>
a { background-color: #186B5D; }
a { background-color: rgb(24,107,93); }
div.DivClassName
{
background-color: #186B5D;
}
.BgClassName
{
background-color: #186B5D;
}
</style>
border-color css
<style>
span { border-color: #186B5D; }
span { border-color: rgb(24,107,93); }
td.TdClassName
{
border-color: #186B5D;
}
.TagClassName
{
border-color: #186B5D;
}
</style>