Shades of Blue Stone #12575D
Tints of Blue Stone #12575D
RGB
CMYK
RGB Variations
Color information
#12575D (or 0x12575D) is known color: Blue Stone. HEX triplet: 12, 57 and 5D. RGB value is (18,87,93). Sum of RGB (Red+Green+Blue) = 18+87+93=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #12575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12575D is #EDA8A2. Grayscale: #424242. Windows color (decimal): -15575203 or 6117138. OLE color: 6117138.
HSL color Cylindrical-coordinate representation of color #12575D: hue angle of 184.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 #12575D is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 87 | 93 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.64 |
| HSL | 184.8º | 0.68% | 0.22% | - |
| HSV(B) | 184.8º | 0.81% | 0.36% | - |
| XYZ | 5.63 | 7.74 | 11.55 | - |
| YUV | 67.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 93 | 0.81 | 0.06 | 0 | 0.64 | 184.8 | 0.68 | 0.22 |
| Hex | 12 | 57 | 5D | 51 | 6 | 0 | 40 | B9 | 44 | 16 |
| Octal | 22 | 127 | 135 | 121 | 6 | 0 | 100 | 271 | 104 | 26 |
| Binary | 10010 | 1010111 | 1011101 | 1010001 | 110 | 0 | 1000000 | 10111001 | 1000100 | 10110 |
Color Harmonies of #12575D
Complementary color
Monochromatic Colors of #12575D
Black with #12575D
Text Example
Text Example
White with #12575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12575D; }
p { color: rgb(18,87,93); }
H1.HeaderClassName
{
color: #12575D;
}
.AnyTagClassName
{
color: #12575D;
}
</style>
background-color css
<style>
a { background-color: #12575D; }
a { background-color: rgb(18,87,93); }
div.DivClassName
{
background-color: #12575D;
}
.BgClassName
{
background-color: #12575D;
}
</style>
border-color css
<style>
span { border-color: #12575D; }
span { border-color: rgb(18,87,93); }
td.TdClassName
{
border-color: #12575D;
}
.TagClassName
{
border-color: #12575D;
}
</style>