Shades of Blue Stone #12685D
Tints of Blue Stone #12685D
RGB
CMYK
RGB Variations
Color information
#12685D (or 0x12685D) is known color: Blue Stone. HEX triplet: 12, 68 and 5D. RGB value is (18,104,93). Sum of RGB (Red+Green+Blue) = 18+104+93=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #12685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12685D is #ED97A2. Grayscale: #4C4C4C. Windows color (decimal): -15570851 or 6121490. OLE color: 6121490.
HSL color Cylindrical-coordinate representation of color #12685D: hue angle of 172.33º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12685D is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 93 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.59 |
| HSL | 172.33º | 0.7% | 0.24% | - |
| HSV(B) | 172.33º | 0.83% | 0.41% | - |
| XYZ | 7.18 | 10.82 | 12.07 | - |
| YUV | 77.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 93 | 0.83 | 0 | 0.11 | 0.59 | 172.33 | 0.7 | 0.24 |
| Hex | 12 | 68 | 5D | 53 | 0 | B | 3B | AC | 46 | 18 |
| Octal | 22 | 150 | 135 | 123 | 0 | 13 | 73 | 254 | 106 | 30 |
| Binary | 10010 | 1101000 | 1011101 | 1010011 | 0 | 1011 | 111011 | 10101100 | 1000110 | 11000 |
Color Harmonies of #12685D
Complementary color
Monochromatic Colors of #12685D
Black with #12685D
Text Example
Text Example
White with #12685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12685D; }
p { color: rgb(18,104,93); }
H1.HeaderClassName
{
color: #12685D;
}
.AnyTagClassName
{
color: #12685D;
}
</style>
background-color css
<style>
a { background-color: #12685D; }
a { background-color: rgb(18,104,93); }
div.DivClassName
{
background-color: #12685D;
}
.BgClassName
{
background-color: #12685D;
}
</style>
border-color css
<style>
span { border-color: #12685D; }
span { border-color: rgb(18,104,93); }
td.TdClassName
{
border-color: #12685D;
}
.TagClassName
{
border-color: #12685D;
}
</style>