Shades of Blue Stone #12525D
Tints of Blue Stone #12525D
RGB
CMYK
RGB Variations
Color information
#12525D (or 0x12525D) is known color: Blue Stone. HEX triplet: 12, 52 and 5D. RGB value is (18,82,93). Sum of RGB (Red+Green+Blue) = 18+82+93=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #12525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12525D is #EDADA2. Grayscale: #404040. Windows color (decimal): -15576483 or 6115858. OLE color: 6115858.
HSL color Cylindrical-coordinate representation of color #12525D: hue angle of 188.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12525D is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 82 | 93 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.64 |
| HSL | 188.8º | 0.68% | 0.22% | - |
| HSV(B) | 188.8º | 0.81% | 0.36% | - |
| XYZ | 5.24 | 6.95 | 11.42 | - |
| YUV | 64.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 93 | 0.81 | 0.12 | 0 | 0.64 | 188.8 | 0.68 | 0.22 |
| Hex | 12 | 52 | 5D | 51 | C | 0 | 40 | BD | 44 | 16 |
| Octal | 22 | 122 | 135 | 121 | 14 | 0 | 100 | 275 | 104 | 26 |
| Binary | 10010 | 1010010 | 1011101 | 1010001 | 1100 | 0 | 1000000 | 10111101 | 1000100 | 10110 |
Color Harmonies of #12525D
Complementary color
Monochromatic Colors of #12525D
Black with #12525D
Text Example
Text Example
White with #12525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12525D; }
p { color: rgb(18,82,93); }
H1.HeaderClassName
{
color: #12525D;
}
.AnyTagClassName
{
color: #12525D;
}
</style>
background-color css
<style>
a { background-color: #12525D; }
a { background-color: rgb(18,82,93); }
div.DivClassName
{
background-color: #12525D;
}
.BgClassName
{
background-color: #12525D;
}
</style>
border-color css
<style>
span { border-color: #12525D; }
span { border-color: rgb(18,82,93); }
td.TdClassName
{
border-color: #12525D;
}
.TagClassName
{
border-color: #12525D;
}
</style>