Shades of Blue Stone #18565E
Tints of Blue Stone #18565E
RGB
CMYK
RGB Variations
Color information
#18565E (or 0x18565E) is known color: Blue Stone. HEX triplet: 18, 56 and 5E. RGB value is (24,86,94). Sum of RGB (Red+Green+Blue) = 24+86+94=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #18565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18565E is #E7A9A1. Grayscale: #444444. Windows color (decimal): -15182242 or 6182424. OLE color: 6182424.
HSL color Cylindrical-coordinate representation of color #18565E: hue angle of 186.86º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18565E is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 24 | 86 | 94 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.63 |
| HSL | 186.86º | 0.59% | 0.23% | - |
| HSV(B) | 186.86º | 0.74% | 0.37% | - |
| XYZ | 5.72 | 7.66 | 11.77 | - |
| YUV | 68.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 94 | 0.74 | 0.09 | 0 | 0.63 | 186.86 | 0.59 | 0.23 |
| Hex | 18 | 56 | 5E | 4A | 9 | 0 | 3F | BB | 3B | 17 |
| Octal | 30 | 126 | 136 | 112 | 11 | 0 | 77 | 273 | 73 | 27 |
| Binary | 11000 | 1010110 | 1011110 | 1001010 | 1001 | 0 | 111111 | 10111011 | 111011 | 10111 |
Color Harmonies of #18565E
Complementary color
Monochromatic Colors of #18565E
Black with #18565E
Text Example
Text Example
White with #18565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18565E; }
p { color: rgb(24,86,94); }
H1.HeaderClassName
{
color: #18565E;
}
.AnyTagClassName
{
color: #18565E;
}
</style>
background-color css
<style>
a { background-color: #18565E; }
a { background-color: rgb(24,86,94); }
div.DivClassName
{
background-color: #18565E;
}
.BgClassName
{
background-color: #18565E;
}
</style>
border-color css
<style>
span { border-color: #18565E; }
span { border-color: rgb(24,86,94); }
td.TdClassName
{
border-color: #18565E;
}
.TagClassName
{
border-color: #18565E;
}
</style>