Shades of Blue Stone #185954
Tints of Blue Stone #185954
RGB
CMYK
RGB Variations
Color information
#185954 (or 0x185954) is known color: Blue Stone. HEX triplet: 18, 59 and 54. RGB value is (24,89,84). Sum of RGB (Red+Green+Blue) = 24+89+84=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #185954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185954 is #E7A6AB. Grayscale: #444444. Windows color (decimal): -15181484 or 5527832. OLE color: 5527832.
HSL color Cylindrical-coordinate representation of color #185954: hue angle of 175.38º 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 #185954 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 84 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.65 |
| HSL | 175.38º | 0.58% | 0.22% | - |
| HSV(B) | 175.38º | 0.73% | 0.35% | - |
| XYZ | 5.55 | 7.98 | 9.64 | - |
| YUV | 69 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 84 | 0.73 | 0 | 0.06 | 0.65 | 175.38 | 0.58 | 0.22 |
| Hex | 18 | 59 | 54 | 49 | 0 | 6 | 41 | AF | 3A | 16 |
| Octal | 30 | 131 | 124 | 111 | 0 | 6 | 101 | 257 | 72 | 26 |
| Binary | 11000 | 1011001 | 1010100 | 1001001 | 0 | 110 | 1000001 | 10101111 | 111010 | 10110 |
Color Harmonies of #185954
Complementary color
Monochromatic Colors of #185954
Black with #185954
Text Example
Text Example
White with #185954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185954; }
p { color: rgb(24,89,84); }
H1.HeaderClassName
{
color: #185954;
}
.AnyTagClassName
{
color: #185954;
}
</style>
background-color css
<style>
a { background-color: #185954; }
a { background-color: rgb(24,89,84); }
div.DivClassName
{
background-color: #185954;
}
.BgClassName
{
background-color: #185954;
}
</style>
border-color css
<style>
span { border-color: #185954; }
span { border-color: rgb(24,89,84); }
td.TdClassName
{
border-color: #185954;
}
.TagClassName
{
border-color: #185954;
}
</style>