Shades of Blue Stone #18646B
Tints of Blue Stone #18646B
RGB
CMYK
RGB Variations
Color information
#18646B (or 0x18646B) is known color: Blue Stone. HEX triplet: 18, 64 and 6B. RGB value is (24,100,107). Sum of RGB (Red+Green+Blue) = 24+100+107=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #18646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18646B is #E79B94. Grayscale: #4D4D4D. Windows color (decimal): -15178645 or 7037976. OLE color: 7037976.
HSL color Cylindrical-coordinate representation of color #18646B: hue angle of 185.06º degrees, saturation: 0.63, 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 #18646B is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 100 | 107 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.58 |
| HSL | 185.06º | 0.63% | 0.26% | - |
| HSV(B) | 185.06º | 0.78% | 0.42% | - |
| XYZ | 7.59 | 10.37 | 15.51 | - |
| YUV | 78.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 107 | 0.78 | 0.07 | 0 | 0.58 | 185.06 | 0.63 | 0.26 |
| Hex | 18 | 64 | 6B | 4E | 7 | 0 | 3A | B9 | 3F | 1A |
| Octal | 30 | 144 | 153 | 116 | 7 | 0 | 72 | 271 | 77 | 32 |
| Binary | 11000 | 1100100 | 1101011 | 1001110 | 111 | 0 | 111010 | 10111001 | 111111 | 11010 |
Color Harmonies of #18646B
Complementary color
Monochromatic Colors of #18646B
Black with #18646B
Text Example
Text Example
White with #18646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18646B; }
p { color: rgb(24,100,107); }
H1.HeaderClassName
{
color: #18646B;
}
.AnyTagClassName
{
color: #18646B;
}
</style>
background-color css
<style>
a { background-color: #18646B; }
a { background-color: rgb(24,100,107); }
div.DivClassName
{
background-color: #18646B;
}
.BgClassName
{
background-color: #18646B;
}
</style>
border-color css
<style>
span { border-color: #18646B; }
span { border-color: rgb(24,100,107); }
td.TdClassName
{
border-color: #18646B;
}
.TagClassName
{
border-color: #18646B;
}
</style>