Shades of Blue Stone #18545A
Tints of Blue Stone #18545A
RGB
CMYK
RGB Variations
Color information
#18545A (or 0x18545A) is known color: Blue Stone. HEX triplet: 18, 54 and 5A. RGB value is (24,84,90). Sum of RGB (Red+Green+Blue) = 24+84+90=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #18545A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18545A is #E7ABA5. Grayscale: #424242. Windows color (decimal): -15182758 or 5919768. OLE color: 5919768.
HSL color Cylindrical-coordinate representation of color #18545A: hue angle of 185.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18545A is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 84 | 90 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.65 |
| HSL | 185.45º | 0.58% | 0.22% | - |
| HSV(B) | 185.45º | 0.73% | 0.35% | - |
| XYZ | 5.39 | 7.27 | 10.79 | - |
| YUV | 66.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 90 | 0.73 | 0.07 | 0 | 0.65 | 185.45 | 0.58 | 0.22 |
| Hex | 18 | 54 | 5A | 49 | 7 | 0 | 41 | B9 | 3A | 16 |
| Octal | 30 | 124 | 132 | 111 | 7 | 0 | 101 | 271 | 72 | 26 |
| Binary | 11000 | 1010100 | 1011010 | 1001001 | 111 | 0 | 1000001 | 10111001 | 111010 | 10110 |
Color Harmonies of #18545A
Complementary color
Monochromatic Colors of #18545A
Black with #18545A
Text Example
Text Example
White with #18545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18545A; }
p { color: rgb(24,84,90); }
H1.HeaderClassName
{
color: #18545A;
}
.AnyTagClassName
{
color: #18545A;
}
</style>
background-color css
<style>
a { background-color: #18545A; }
a { background-color: rgb(24,84,90); }
div.DivClassName
{
background-color: #18545A;
}
.BgClassName
{
background-color: #18545A;
}
</style>
border-color css
<style>
span { border-color: #18545A; }
span { border-color: rgb(24,84,90); }
td.TdClassName
{
border-color: #18545A;
}
.TagClassName
{
border-color: #18545A;
}
</style>