Shades of Blue Stone #185651
Tints of Blue Stone #185651
RGB
CMYK
RGB Variations
Color information
#185651 (or 0x185651) is known color: Blue Stone. HEX triplet: 18, 56 and 51. RGB value is (24,86,81). Sum of RGB (Red+Green+Blue) = 24+86+81=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #185651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185651 is #E7A9AE. Grayscale: #424242. Windows color (decimal): -15182255 or 5330456. OLE color: 5330456.
HSL color Cylindrical-coordinate representation of color #185651: hue angle of 175.16º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185651 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 86 | 81 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.66 |
| HSL | 175.16º | 0.56% | 0.22% | - |
| HSV(B) | 175.16º | 0.72% | 0.34% | - |
| XYZ | 5.19 | 7.44 | 8.95 | - |
| YUV | 66.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 81 | 0.72 | 0 | 0.06 | 0.66 | 175.16 | 0.56 | 0.22 |
| Hex | 18 | 56 | 51 | 48 | 0 | 6 | 42 | AF | 38 | 16 |
| Octal | 30 | 126 | 121 | 110 | 0 | 6 | 102 | 257 | 70 | 26 |
| Binary | 11000 | 1010110 | 1010001 | 1001000 | 0 | 110 | 1000010 | 10101111 | 111000 | 10110 |
Color Harmonies of #185651
Complementary color
Monochromatic Colors of #185651
Black with #185651
Text Example
Text Example
White with #185651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185651; }
p { color: rgb(24,86,81); }
H1.HeaderClassName
{
color: #185651;
}
.AnyTagClassName
{
color: #185651;
}
</style>
background-color css
<style>
a { background-color: #185651; }
a { background-color: rgb(24,86,81); }
div.DivClassName
{
background-color: #185651;
}
.BgClassName
{
background-color: #185651;
}
</style>
border-color css
<style>
span { border-color: #185651; }
span { border-color: rgb(24,86,81); }
td.TdClassName
{
border-color: #185651;
}
.TagClassName
{
border-color: #185651;
}
</style>