Shades of Blue Stone #18666D
Tints of Blue Stone #18666D
RGB
CMYK
RGB Variations
Color information
#18666D (or 0x18666D) is known color: Blue Stone. HEX triplet: 18, 66 and 6D. RGB value is (24,102,109). Sum of RGB (Red+Green+Blue) = 24+102+109=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #18666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18666D is #E79992. Grayscale: #4F4F4F. Windows color (decimal): -15178131 or 7169560. OLE color: 7169560.
HSL color Cylindrical-coordinate representation of color #18666D: hue angle of 184.94º 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 #18666D is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 102 | 109 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.57 |
| HSL | 184.94º | 0.64% | 0.26% | - |
| HSV(B) | 184.94º | 0.78% | 0.43% | - |
| XYZ | 7.89 | 10.8 | 16.14 | - |
| YUV | 79.48 | 144.66 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 109 | 0.78 | 0.06 | 0 | 0.57 | 184.94 | 0.64 | 0.26 |
| Hex | 18 | 66 | 6D | 4E | 6 | 0 | 39 | B9 | 40 | 1A |
| Octal | 30 | 146 | 155 | 116 | 6 | 0 | 71 | 271 | 100 | 32 |
| Binary | 11000 | 1100110 | 1101101 | 1001110 | 110 | 0 | 111001 | 10111001 | 1000000 | 11010 |
Color Harmonies of #18666D
Complementary color
Monochromatic Colors of #18666D
Black with #18666D
Text Example
Text Example
White with #18666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18666D; }
p { color: rgb(24,102,109); }
H1.HeaderClassName
{
color: #18666D;
}
.AnyTagClassName
{
color: #18666D;
}
</style>
background-color css
<style>
a { background-color: #18666D; }
a { background-color: rgb(24,102,109); }
div.DivClassName
{
background-color: #18666D;
}
.BgClassName
{
background-color: #18666D;
}
</style>
border-color css
<style>
span { border-color: #18666D; }
span { border-color: rgb(24,102,109); }
td.TdClassName
{
border-color: #18666D;
}
.TagClassName
{
border-color: #18666D;
}
</style>