Shades of Blue Stone #18695A
Tints of Blue Stone #18695A
RGB
CMYK
RGB Variations
Color information
#18695A (or 0x18695A) is known color: Blue Stone. HEX triplet: 18, 69 and 5A. RGB value is (24,105,90). Sum of RGB (Red+Green+Blue) = 24+105+90=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #18695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18695A is #E796A5. Grayscale: #4F4F4F. Windows color (decimal): -15177382 or 5925144. OLE color: 5925144.
HSL color Cylindrical-coordinate representation of color #18695A: hue angle of 168.89º 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 #18695A is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 90 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.59 |
| HSL | 168.89º | 0.63% | 0.25% | - |
| HSV(B) | 168.89º | 0.77% | 0.41% | - |
| XYZ | 7.27 | 11.04 | 11.42 | - |
| YUV | 79.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 90 | 0.77 | 0 | 0.14 | 0.59 | 168.89 | 0.63 | 0.25 |
| Hex | 18 | 69 | 5A | 4D | 0 | E | 3B | A9 | 3F | 19 |
| Octal | 30 | 151 | 132 | 115 | 0 | 16 | 73 | 251 | 77 | 31 |
| Binary | 11000 | 1101001 | 1011010 | 1001101 | 0 | 1110 | 111011 | 10101001 | 111111 | 11001 |
Color Harmonies of #18695A
Complementary color
Monochromatic Colors of #18695A
Black with #18695A
Text Example
Text Example
White with #18695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18695A; }
p { color: rgb(24,105,90); }
H1.HeaderClassName
{
color: #18695A;
}
.AnyTagClassName
{
color: #18695A;
}
</style>
background-color css
<style>
a { background-color: #18695A; }
a { background-color: rgb(24,105,90); }
div.DivClassName
{
background-color: #18695A;
}
.BgClassName
{
background-color: #18695A;
}
</style>
border-color css
<style>
span { border-color: #18695A; }
span { border-color: rgb(24,105,90); }
td.TdClassName
{
border-color: #18695A;
}
.TagClassName
{
border-color: #18695A;
}
</style>