Shades of Blue Stone #18685B
Tints of Blue Stone #18685B
RGB
CMYK
RGB Variations
Color information
#18685B (or 0x18685B) is known color: Blue Stone. HEX triplet: 18, 68 and 5B. RGB value is (24,104,91). Sum of RGB (Red+Green+Blue) = 24+104+91=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #18685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18685B is #E797A4. Grayscale: #4E4E4E. Windows color (decimal): -15177637 or 5990424. OLE color: 5990424.
HSL color Cylindrical-coordinate representation of color #18685B: hue angle of 170.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 #18685B is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 104 | 91 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.59 |
| HSL | 170.25º | 0.63% | 0.25% | - |
| HSV(B) | 170.25º | 0.77% | 0.41% | - |
| XYZ | 7.22 | 10.85 | 11.61 | - |
| YUV | 78.6 | 135 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 91 | 0.77 | 0 | 0.12 | 0.59 | 170.25 | 0.63 | 0.25 |
| Hex | 18 | 68 | 5B | 4D | 0 | C | 3B | AA | 3E | 19 |
| Octal | 30 | 150 | 133 | 115 | 0 | 14 | 73 | 252 | 76 | 31 |
| Binary | 11000 | 1101000 | 1011011 | 1001101 | 0 | 1100 | 111011 | 10101010 | 111110 | 11001 |
Color Harmonies of #18685B
Complementary color
Monochromatic Colors of #18685B
Black with #18685B
Text Example
Text Example
White with #18685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18685B; }
p { color: rgb(24,104,91); }
H1.HeaderClassName
{
color: #18685B;
}
.AnyTagClassName
{
color: #18685B;
}
</style>
background-color css
<style>
a { background-color: #18685B; }
a { background-color: rgb(24,104,91); }
div.DivClassName
{
background-color: #18685B;
}
.BgClassName
{
background-color: #18685B;
}
</style>
border-color css
<style>
span { border-color: #18685B; }
span { border-color: rgb(24,104,91); }
td.TdClassName
{
border-color: #18685B;
}
.TagClassName
{
border-color: #18685B;
}
</style>