Shades of Blue Stone #186A5C
Tints of Blue Stone #186A5C
RGB
CMYK
RGB Variations
Color information
#186A5C (or 0x186A5C) is known color: Blue Stone. HEX triplet: 18, 6A and 5C. RGB value is (24,106,92). Sum of RGB (Red+Green+Blue) = 24+106+92=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #186A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A5C is #E795A3. Grayscale: #4F4F4F. Windows color (decimal): -15177124 or 6056472. OLE color: 6056472.
HSL color Cylindrical-coordinate representation of color #186A5C: hue angle of 169.76º 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 #186A5C is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 106 | 92 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.58 |
| HSL | 169.76º | 0.63% | 0.25% | - |
| HSV(B) | 169.76º | 0.77% | 0.42% | - |
| XYZ | 7.46 | 11.27 | 11.91 | - |
| YUV | 79.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 92 | 0.77 | 0 | 0.13 | 0.58 | 169.76 | 0.63 | 0.25 |
| Hex | 18 | 6A | 5C | 4D | 0 | D | 3A | AA | 3F | 19 |
| Octal | 30 | 152 | 134 | 115 | 0 | 15 | 72 | 252 | 77 | 31 |
| Binary | 11000 | 1101010 | 1011100 | 1001101 | 0 | 1101 | 111010 | 10101010 | 111111 | 11001 |
Color Harmonies of #186A5C
Complementary color
Monochromatic Colors of #186A5C
Black with #186A5C
Text Example
Text Example
White with #186A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A5C; }
p { color: rgb(24,106,92); }
H1.HeaderClassName
{
color: #186A5C;
}
.AnyTagClassName
{
color: #186A5C;
}
</style>
background-color css
<style>
a { background-color: #186A5C; }
a { background-color: rgb(24,106,92); }
div.DivClassName
{
background-color: #186A5C;
}
.BgClassName
{
background-color: #186A5C;
}
</style>
border-color css
<style>
span { border-color: #186A5C; }
span { border-color: rgb(24,106,92); }
td.TdClassName
{
border-color: #186A5C;
}
.TagClassName
{
border-color: #186A5C;
}
</style>