Shades of Blue Stone #18565F
Tints of Blue Stone #18565F
RGB
CMYK
RGB Variations
Color information
#18565F (or 0x18565F) is known color: Blue Stone. HEX triplet: 18, 56 and 5F. RGB value is (24,86,95). Sum of RGB (Red+Green+Blue) = 24+86+95=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #18565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18565F is #E7A9A0. Grayscale: #444444. Windows color (decimal): -15182241 or 6247960. OLE color: 6247960.
HSL color Cylindrical-coordinate representation of color #18565F: hue angle of 187.61º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18565F is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 86 | 95 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.63 |
| HSL | 187.61º | 0.6% | 0.23% | - |
| HSV(B) | 187.61º | 0.75% | 0.37% | - |
| XYZ | 5.77 | 7.68 | 12 | - |
| YUV | 68.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 95 | 0.75 | 0.09 | 0 | 0.63 | 187.61 | 0.6 | 0.23 |
| Hex | 18 | 56 | 5F | 4B | 9 | 0 | 3F | BC | 3C | 17 |
| Octal | 30 | 126 | 137 | 113 | 11 | 0 | 77 | 274 | 74 | 27 |
| Binary | 11000 | 1010110 | 1011111 | 1001011 | 1001 | 0 | 111111 | 10111100 | 111100 | 10111 |
Color Harmonies of #18565F
Complementary color
Monochromatic Colors of #18565F
Black with #18565F
Text Example
Text Example
White with #18565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18565F; }
p { color: rgb(24,86,95); }
H1.HeaderClassName
{
color: #18565F;
}
.AnyTagClassName
{
color: #18565F;
}
</style>
background-color css
<style>
a { background-color: #18565F; }
a { background-color: rgb(24,86,95); }
div.DivClassName
{
background-color: #18565F;
}
.BgClassName
{
background-color: #18565F;
}
</style>
border-color css
<style>
span { border-color: #18565F; }
span { border-color: rgb(24,86,95); }
td.TdClassName
{
border-color: #18565F;
}
.TagClassName
{
border-color: #18565F;
}
</style>