Shades of Blue Stone #185B5D
Tints of Blue Stone #185B5D
RGB
CMYK
RGB Variations
Color information
#185B5D (or 0x185B5D) is known color: Blue Stone. HEX triplet: 18, 5B and 5D. RGB value is (24,91,93). Sum of RGB (Red+Green+Blue) = 24+91+93=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #185B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B5D is #E7A4A2. Grayscale: #474747. Windows color (decimal): -15180963 or 6118168. OLE color: 6118168.
HSL color Cylindrical-coordinate representation of color #185B5D: hue angle of 181.74º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B5D is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 91 | 93 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.64 |
| HSL | 181.74º | 0.59% | 0.23% | - |
| HSV(B) | 181.74º | 0.74% | 0.36% | - |
| XYZ | 6.09 | 8.47 | 11.67 | - |
| YUV | 71.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 93 | 0.74 | 0.02 | 0 | 0.64 | 181.74 | 0.59 | 0.23 |
| Hex | 18 | 5B | 5D | 4A | 2 | 0 | 40 | B6 | 3B | 17 |
| Octal | 30 | 133 | 135 | 112 | 2 | 0 | 100 | 266 | 73 | 27 |
| Binary | 11000 | 1011011 | 1011101 | 1001010 | 10 | 0 | 1000000 | 10110110 | 111011 | 10111 |
Color Harmonies of #185B5D
Complementary color
Monochromatic Colors of #185B5D
Black with #185B5D
Text Example
Text Example
White with #185B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B5D; }
p { color: rgb(24,91,93); }
H1.HeaderClassName
{
color: #185B5D;
}
.AnyTagClassName
{
color: #185B5D;
}
</style>
background-color css
<style>
a { background-color: #185B5D; }
a { background-color: rgb(24,91,93); }
div.DivClassName
{
background-color: #185B5D;
}
.BgClassName
{
background-color: #185B5D;
}
</style>
border-color css
<style>
span { border-color: #185B5D; }
span { border-color: rgb(24,91,93); }
td.TdClassName
{
border-color: #185B5D;
}
.TagClassName
{
border-color: #185B5D;
}
</style>