Shades of Blue Stone #18685F
Tints of Blue Stone #18685F
RGB
CMYK
RGB Variations
Color information
#18685F (or 0x18685F) is known color: Blue Stone. HEX triplet: 18, 68 and 5F. RGB value is (24,104,95). Sum of RGB (Red+Green+Blue) = 24+104+95=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #18685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18685F is #E797A0. Grayscale: #4F4F4F. Windows color (decimal): -15177633 or 6252568. OLE color: 6252568.
HSL color Cylindrical-coordinate representation of color #18685F: hue angle of 173.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18685F is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 104 | 95 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.59 |
| HSL | 173.25º | 0.63% | 0.25% | - |
| HSV(B) | 173.25º | 0.77% | 0.41% | - |
| XYZ | 7.39 | 10.92 | 12.54 | - |
| YUV | 79.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 95 | 0.77 | 0 | 0.09 | 0.59 | 173.25 | 0.63 | 0.25 |
| Hex | 18 | 68 | 5F | 4D | 0 | 9 | 3B | AD | 3E | 19 |
| Octal | 30 | 150 | 137 | 115 | 0 | 11 | 73 | 255 | 76 | 31 |
| Binary | 11000 | 1101000 | 1011111 | 1001101 | 0 | 1001 | 111011 | 10101101 | 111110 | 11001 |
Color Harmonies of #18685F
Complementary color
Monochromatic Colors of #18685F
Black with #18685F
Text Example
Text Example
White with #18685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18685F; }
p { color: rgb(24,104,95); }
H1.HeaderClassName
{
color: #18685F;
}
.AnyTagClassName
{
color: #18685F;
}
</style>
background-color css
<style>
a { background-color: #18685F; }
a { background-color: rgb(24,104,95); }
div.DivClassName
{
background-color: #18685F;
}
.BgClassName
{
background-color: #18685F;
}
</style>
border-color css
<style>
span { border-color: #18685F; }
span { border-color: rgb(24,104,95); }
td.TdClassName
{
border-color: #18685F;
}
.TagClassName
{
border-color: #18685F;
}
</style>