Shades of Blue Stone #11625C
Tints of Blue Stone #11625C
RGB
CMYK
RGB Variations
Color information
#11625C (or 0x11625C) is known color: Blue Stone. HEX triplet: 11, 62 and 5C. RGB value is (17,98,92). Sum of RGB (Red+Green+Blue) = 17+98+92=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #11625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11625C is #EE9DA3. Grayscale: #494949. Windows color (decimal): -15637924 or 6054417. OLE color: 6054417.
HSL color Cylindrical-coordinate representation of color #11625C: hue angle of 175.56º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11625C is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 92 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.62 |
| HSL | 175.56º | 0.7% | 0.23% | - |
| HSV(B) | 175.56º | 0.83% | 0.38% | - |
| XYZ | 6.53 | 9.63 | 11.64 | - |
| YUV | 73.1 | 138.66 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 92 | 0.83 | 0 | 0.06 | 0.62 | 175.56 | 0.7 | 0.23 |
| Hex | 11 | 62 | 5C | 53 | 0 | 6 | 3E | B0 | 46 | 17 |
| Octal | 21 | 142 | 134 | 123 | 0 | 6 | 76 | 260 | 106 | 27 |
| Binary | 10001 | 1100010 | 1011100 | 1010011 | 0 | 110 | 111110 | 10110000 | 1000110 | 10111 |
Color Harmonies of #11625C
Complementary color
Monochromatic Colors of #11625C
Black with #11625C
Text Example
Text Example
White with #11625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11625C; }
p { color: rgb(17,98,92); }
H1.HeaderClassName
{
color: #11625C;
}
.AnyTagClassName
{
color: #11625C;
}
</style>
background-color css
<style>
a { background-color: #11625C; }
a { background-color: rgb(17,98,92); }
div.DivClassName
{
background-color: #11625C;
}
.BgClassName
{
background-color: #11625C;
}
</style>
border-color css
<style>
span { border-color: #11625C; }
span { border-color: rgb(17,98,92); }
td.TdClassName
{
border-color: #11625C;
}
.TagClassName
{
border-color: #11625C;
}
</style>