Shades of Blue Stone #18695C
Tints of Blue Stone #18695C
RGB
CMYK
RGB Variations
Color information
#18695C (or 0x18695C) is known color: Blue Stone. HEX triplet: 18, 69 and 5C. RGB value is (24,105,92). Sum of RGB (Red+Green+Blue) = 24+105+92=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #18695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18695C is #E796A3. Grayscale: #4F4F4F. Windows color (decimal): -15177380 or 6056216. OLE color: 6056216.
HSL color Cylindrical-coordinate representation of color #18695C: hue angle of 170.37º degrees, saturation: 0.63, 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 #18695C is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 92 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.59 |
| HSL | 170.37º | 0.63% | 0.25% | - |
| HSV(B) | 170.37º | 0.77% | 0.41% | - |
| XYZ | 7.36 | 11.07 | 11.87 | - |
| YUV | 79.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 92 | 0.77 | 0 | 0.12 | 0.59 | 170.37 | 0.63 | 0.25 |
| Hex | 18 | 69 | 5C | 4D | 0 | C | 3B | AA | 3F | 19 |
| Octal | 30 | 151 | 134 | 115 | 0 | 14 | 73 | 252 | 77 | 31 |
| Binary | 11000 | 1101001 | 1011100 | 1001101 | 0 | 1100 | 111011 | 10101010 | 111111 | 11001 |
Color Harmonies of #18695C
Complementary color
Monochromatic Colors of #18695C
Black with #18695C
Text Example
Text Example
White with #18695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18695C; }
p { color: rgb(24,105,92); }
H1.HeaderClassName
{
color: #18695C;
}
.AnyTagClassName
{
color: #18695C;
}
</style>
background-color css
<style>
a { background-color: #18695C; }
a { background-color: rgb(24,105,92); }
div.DivClassName
{
background-color: #18695C;
}
.BgClassName
{
background-color: #18695C;
}
</style>
border-color css
<style>
span { border-color: #18695C; }
span { border-color: rgb(24,105,92); }
td.TdClassName
{
border-color: #18695C;
}
.TagClassName
{
border-color: #18695C;
}
</style>