Shades of Blue Stone #18626C
Tints of Blue Stone #18626C
RGB
CMYK
RGB Variations
Color information
#18626C (or 0x18626C) is known color: Blue Stone. HEX triplet: 18, 62 and 6C. RGB value is (24,98,108). Sum of RGB (Red+Green+Blue) = 24+98+108=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #18626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18626C is #E79D93. Grayscale: #4C4C4C. Windows color (decimal): -15179156 or 7103000. OLE color: 7103000.
HSL color Cylindrical-coordinate representation of color #18626C: hue angle of 187.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18626C is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 98 | 108 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.58 |
| HSL | 187.14º | 0.64% | 0.26% | - |
| HSV(B) | 187.14º | 0.78% | 0.42% | - |
| XYZ | 7.45 | 10.01 | 15.73 | - |
| YUV | 77.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 108 | 0.78 | 0.09 | 0 | 0.58 | 187.14 | 0.64 | 0.26 |
| Hex | 18 | 62 | 6C | 4E | 9 | 0 | 3A | BB | 40 | 1A |
| Octal | 30 | 142 | 154 | 116 | 11 | 0 | 72 | 273 | 100 | 32 |
| Binary | 11000 | 1100010 | 1101100 | 1001110 | 1001 | 0 | 111010 | 10111011 | 1000000 | 11010 |
Color Harmonies of #18626C
Complementary color
Monochromatic Colors of #18626C
Black with #18626C
Text Example
Text Example
White with #18626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18626C; }
p { color: rgb(24,98,108); }
H1.HeaderClassName
{
color: #18626C;
}
.AnyTagClassName
{
color: #18626C;
}
</style>
background-color css
<style>
a { background-color: #18626C; }
a { background-color: rgb(24,98,108); }
div.DivClassName
{
background-color: #18626C;
}
.BgClassName
{
background-color: #18626C;
}
</style>
border-color css
<style>
span { border-color: #18626C; }
span { border-color: rgb(24,98,108); }
td.TdClassName
{
border-color: #18626C;
}
.TagClassName
{
border-color: #18626C;
}
</style>