Shades of Blue Stone #11675F
Tints of Blue Stone #11675F
RGB
CMYK
RGB Variations
Color information
#11675F (or 0x11675F) is known color: Blue Stone. HEX triplet: 11, 67 and 5F. RGB value is (17,103,95). Sum of RGB (Red+Green+Blue) = 17+103+95=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #11675F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11675F is #EE98A0. Grayscale: #4C4C4C. Windows color (decimal): -15636641 or 6252305. OLE color: 6252305.
HSL color Cylindrical-coordinate representation of color #11675F: hue angle of 174.42º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11675F is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 95 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.60 |
| HSL | 174.42º | 0.72% | 0.24% | - |
| HSV(B) | 174.42º | 0.83% | 0.4% | - |
| XYZ | 7.15 | 10.65 | 12.5 | - |
| YUV | 76.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 95 | 0.83 | 0 | 0.08 | 0.60 | 174.42 | 0.72 | 0.24 |
| Hex | 11 | 67 | 5F | 53 | 0 | 8 | 3C | AE | 48 | 18 |
| Octal | 21 | 147 | 137 | 123 | 0 | 10 | 74 | 256 | 110 | 30 |
| Binary | 10001 | 1100111 | 1011111 | 1010011 | 0 | 1000 | 111100 | 10101110 | 1001000 | 11000 |
Color Harmonies of #11675F
Complementary color
Monochromatic Colors of #11675F
Black with #11675F
Text Example
Text Example
White with #11675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11675F; }
p { color: rgb(17,103,95); }
H1.HeaderClassName
{
color: #11675F;
}
.AnyTagClassName
{
color: #11675F;
}
</style>
background-color css
<style>
a { background-color: #11675F; }
a { background-color: rgb(17,103,95); }
div.DivClassName
{
background-color: #11675F;
}
.BgClassName
{
background-color: #11675F;
}
</style>
border-color css
<style>
span { border-color: #11675F; }
span { border-color: rgb(17,103,95); }
td.TdClassName
{
border-color: #11675F;
}
.TagClassName
{
border-color: #11675F;
}
</style>