Shades of Blue Stone #12525B
Tints of Blue Stone #12525B
RGB
CMYK
RGB Variations
Color information
#12525B (or 0x12525B) is known color: Blue Stone. HEX triplet: 12, 52 and 5B. RGB value is (18,82,91). Sum of RGB (Red+Green+Blue) = 18+82+91=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #12525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12525B is #EDADA4. Grayscale: #3F3F3F. Windows color (decimal): -15576485 or 5984786. OLE color: 5984786.
HSL color Cylindrical-coordinate representation of color #12525B: hue angle of 187.4º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12525B is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 82 | 91 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.64 |
| HSL | 187.4º | 0.67% | 0.21% | - |
| HSV(B) | 187.4º | 0.8% | 0.36% | - |
| XYZ | 5.16 | 6.92 | 10.96 | - |
| YUV | 63.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 91 | 0.80 | 0.10 | 0 | 0.64 | 187.4 | 0.67 | 0.21 |
| Hex | 12 | 52 | 5B | 50 | A | 0 | 40 | BB | 43 | 15 |
| Octal | 22 | 122 | 133 | 120 | 12 | 0 | 100 | 273 | 103 | 25 |
| Binary | 10010 | 1010010 | 1011011 | 1010000 | 1010 | 0 | 1000000 | 10111011 | 1000011 | 10101 |
Color Harmonies of #12525B
Complementary color
Monochromatic Colors of #12525B
Black with #12525B
Text Example
Text Example
White with #12525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12525B; }
p { color: rgb(18,82,91); }
H1.HeaderClassName
{
color: #12525B;
}
.AnyTagClassName
{
color: #12525B;
}
</style>
background-color css
<style>
a { background-color: #12525B; }
a { background-color: rgb(18,82,91); }
div.DivClassName
{
background-color: #12525B;
}
.BgClassName
{
background-color: #12525B;
}
</style>
border-color css
<style>
span { border-color: #12525B; }
span { border-color: rgb(18,82,91); }
td.TdClassName
{
border-color: #12525B;
}
.TagClassName
{
border-color: #12525B;
}
</style>