Shades of Blue Stone #11525D
Tints of Blue Stone #11525D
RGB
CMYK
RGB Variations
Color information
#11525D (or 0x11525D) is known color: Blue Stone. HEX triplet: 11, 52 and 5D. RGB value is (17,82,93). Sum of RGB (Red+Green+Blue) = 17+82+93=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #11525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11525D is #EEADA2. Grayscale: #3F3F3F. Windows color (decimal): -15642019 or 6115857. OLE color: 6115857.
HSL color Cylindrical-coordinate representation of color #11525D: hue angle of 188.68º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11525D is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 82 | 93 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.64 |
| HSL | 188.68º | 0.69% | 0.22% | - |
| HSV(B) | 188.68º | 0.82% | 0.36% | - |
| XYZ | 5.22 | 6.94 | 11.42 | - |
| YUV | 63.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 93 | 0.82 | 0.12 | 0 | 0.64 | 188.68 | 0.69 | 0.22 |
| Hex | 11 | 52 | 5D | 52 | C | 0 | 40 | BD | 45 | 16 |
| Octal | 21 | 122 | 135 | 122 | 14 | 0 | 100 | 275 | 105 | 26 |
| Binary | 10001 | 1010010 | 1011101 | 1010010 | 1100 | 0 | 1000000 | 10111101 | 1000101 | 10110 |
Color Harmonies of #11525D
Complementary color
Monochromatic Colors of #11525D
Black with #11525D
Text Example
Text Example
White with #11525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11525D; }
p { color: rgb(17,82,93); }
H1.HeaderClassName
{
color: #11525D;
}
.AnyTagClassName
{
color: #11525D;
}
</style>
background-color css
<style>
a { background-color: #11525D; }
a { background-color: rgb(17,82,93); }
div.DivClassName
{
background-color: #11525D;
}
.BgClassName
{
background-color: #11525D;
}
</style>
border-color css
<style>
span { border-color: #11525D; }
span { border-color: rgb(17,82,93); }
td.TdClassName
{
border-color: #11525D;
}
.TagClassName
{
border-color: #11525D;
}
</style>