Shades of Blue Stone #18636D
Tints of Blue Stone #18636D
RGB
CMYK
RGB Variations
Color information
#18636D (or 0x18636D) is known color: Blue Stone. HEX triplet: 18, 63 and 6D. RGB value is (24,99,109). Sum of RGB (Red+Green+Blue) = 24+99+109=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #18636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18636D is #E79C92. Grayscale: #4D4D4D. Windows color (decimal): -15178899 or 7168792. OLE color: 7168792.
HSL color Cylindrical-coordinate representation of color #18636D: hue angle of 187.06º 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 #18636D is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 99 | 109 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.57 |
| HSL | 187.06º | 0.64% | 0.26% | - |
| HSV(B) | 187.06º | 0.78% | 0.43% | - |
| XYZ | 7.6 | 10.22 | 16.04 | - |
| YUV | 77.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 109 | 0.78 | 0.09 | 0 | 0.57 | 187.06 | 0.64 | 0.26 |
| Hex | 18 | 63 | 6D | 4E | 9 | 0 | 39 | BB | 40 | 1A |
| Octal | 30 | 143 | 155 | 116 | 11 | 0 | 71 | 273 | 100 | 32 |
| Binary | 11000 | 1100011 | 1101101 | 1001110 | 1001 | 0 | 111001 | 10111011 | 1000000 | 11010 |
Color Harmonies of #18636D
Complementary color
Monochromatic Colors of #18636D
Black with #18636D
Text Example
Text Example
White with #18636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18636D; }
p { color: rgb(24,99,109); }
H1.HeaderClassName
{
color: #18636D;
}
.AnyTagClassName
{
color: #18636D;
}
</style>
background-color css
<style>
a { background-color: #18636D; }
a { background-color: rgb(24,99,109); }
div.DivClassName
{
background-color: #18636D;
}
.BgClassName
{
background-color: #18636D;
}
</style>
border-color css
<style>
span { border-color: #18636D; }
span { border-color: rgb(24,99,109); }
td.TdClassName
{
border-color: #18636D;
}
.TagClassName
{
border-color: #18636D;
}
</style>