Shades of Blue Stone #18616B
Tints of Blue Stone #18616B
RGB
CMYK
RGB Variations
Color information
#18616B (or 0x18616B) is known color: Blue Stone. HEX triplet: 18, 61 and 6B. RGB value is (24,97,107). Sum of RGB (Red+Green+Blue) = 24+97+107=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #18616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18616B is #E79E94. Grayscale: #4C4C4C. Windows color (decimal): -15179413 or 7037208. OLE color: 7037208.
HSL color Cylindrical-coordinate representation of color #18616B: hue angle of 187.23º 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 #18616B is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 97 | 107 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.58 |
| HSL | 187.23º | 0.63% | 0.26% | - |
| HSV(B) | 187.23º | 0.78% | 0.42% | - |
| XYZ | 7.31 | 9.81 | 15.42 | - |
| YUV | 76.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 107 | 0.78 | 0.09 | 0 | 0.58 | 187.23 | 0.63 | 0.26 |
| Hex | 18 | 61 | 6B | 4E | 9 | 0 | 3A | BB | 3F | 1A |
| Octal | 30 | 141 | 153 | 116 | 11 | 0 | 72 | 273 | 77 | 32 |
| Binary | 11000 | 1100001 | 1101011 | 1001110 | 1001 | 0 | 111010 | 10111011 | 111111 | 11010 |
Color Harmonies of #18616B
Complementary color
Monochromatic Colors of #18616B
Black with #18616B
Text Example
Text Example
White with #18616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18616B; }
p { color: rgb(24,97,107); }
H1.HeaderClassName
{
color: #18616B;
}
.AnyTagClassName
{
color: #18616B;
}
</style>
background-color css
<style>
a { background-color: #18616B; }
a { background-color: rgb(24,97,107); }
div.DivClassName
{
background-color: #18616B;
}
.BgClassName
{
background-color: #18616B;
}
</style>
border-color css
<style>
span { border-color: #18616B; }
span { border-color: rgb(24,97,107); }
td.TdClassName
{
border-color: #18616B;
}
.TagClassName
{
border-color: #18616B;
}
</style>