Shades of Blue Stone #18656E
Tints of Blue Stone #18656E
RGB
CMYK
RGB Variations
Color information
#18656E (or 0x18656E) is known color: Blue Stone. HEX triplet: 18, 65 and 6E. RGB value is (24,101,110). Sum of RGB (Red+Green+Blue) = 24+101+110=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #18656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18656E is #E79A91. Grayscale: #4E4E4E. Windows color (decimal): -15178386 or 7234840. OLE color: 7234840.
HSL color Cylindrical-coordinate representation of color #18656E: hue angle of 186.28º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18656E is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 101 | 110 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.57 |
| HSL | 186.28º | 0.64% | 0.26% | - |
| HSV(B) | 186.28º | 0.78% | 0.43% | - |
| XYZ | 7.84 | 10.63 | 16.39 | - |
| YUV | 79 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 110 | 0.78 | 0.08 | 0 | 0.57 | 186.28 | 0.64 | 0.26 |
| Hex | 18 | 65 | 6E | 4E | 8 | 0 | 39 | BA | 40 | 1A |
| Octal | 30 | 145 | 156 | 116 | 10 | 0 | 71 | 272 | 100 | 32 |
| Binary | 11000 | 1100101 | 1101110 | 1001110 | 1000 | 0 | 111001 | 10111010 | 1000000 | 11010 |
Color Harmonies of #18656E
Complementary color
Monochromatic Colors of #18656E
Black with #18656E
Text Example
Text Example
White with #18656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18656E; }
p { color: rgb(24,101,110); }
H1.HeaderClassName
{
color: #18656E;
}
.AnyTagClassName
{
color: #18656E;
}
</style>
background-color css
<style>
a { background-color: #18656E; }
a { background-color: rgb(24,101,110); }
div.DivClassName
{
background-color: #18656E;
}
.BgClassName
{
background-color: #18656E;
}
</style>
border-color css
<style>
span { border-color: #18656E; }
span { border-color: rgb(24,101,110); }
td.TdClassName
{
border-color: #18656E;
}
.TagClassName
{
border-color: #18656E;
}
</style>