Shades of Blue Stone #185355
Tints of Blue Stone #185355
RGB
CMYK
RGB Variations
Color information
#185355 (or 0x185355) is known color: Blue Stone. HEX triplet: 18, 53 and 55. RGB value is (24,83,85). Sum of RGB (Red+Green+Blue) = 24+83+85=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #185355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185355 is #E7ACAA. Grayscale: #414141. Windows color (decimal): -15183019 or 5591832. OLE color: 5591832.
HSL color Cylindrical-coordinate representation of color #185355: hue angle of 181.97º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185355 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 83 | 85 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.67 |
| HSL | 181.97º | 0.56% | 0.21% | - |
| HSV(B) | 181.97º | 0.72% | 0.33% | - |
| XYZ | 5.11 | 7.04 | 9.68 | - |
| YUV | 65.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 85 | 0.72 | 0.02 | 0 | 0.67 | 181.97 | 0.56 | 0.21 |
| Hex | 18 | 53 | 55 | 48 | 2 | 0 | 43 | B6 | 38 | 15 |
| Octal | 30 | 123 | 125 | 110 | 2 | 0 | 103 | 266 | 70 | 25 |
| Binary | 11000 | 1010011 | 1010101 | 1001000 | 10 | 0 | 1000011 | 10110110 | 111000 | 10101 |
Color Harmonies of #185355
Complementary color
Monochromatic Colors of #185355
Black with #185355
Text Example
Text Example
White with #185355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185355; }
p { color: rgb(24,83,85); }
H1.HeaderClassName
{
color: #185355;
}
.AnyTagClassName
{
color: #185355;
}
</style>
background-color css
<style>
a { background-color: #185355; }
a { background-color: rgb(24,83,85); }
div.DivClassName
{
background-color: #185355;
}
.BgClassName
{
background-color: #185355;
}
</style>
border-color css
<style>
span { border-color: #185355; }
span { border-color: rgb(24,83,85); }
td.TdClassName
{
border-color: #185355;
}
.TagClassName
{
border-color: #185355;
}
</style>