Shades of Blue Stone #12685F
Tints of Blue Stone #12685F
RGB
CMYK
RGB Variations
Color information
#12685F (or 0x12685F) is known color: Blue Stone. HEX triplet: 12, 68 and 5F. RGB value is (18,104,95). Sum of RGB (Red+Green+Blue) = 18+104+95=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #12685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12685F is #ED97A0. Grayscale: #4D4D4D. Windows color (decimal): -15570849 or 6252562. OLE color: 6252562.
HSL color Cylindrical-coordinate representation of color #12685F: hue angle of 173.72º 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 #12685F is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 95 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.59 |
| HSL | 173.72º | 0.7% | 0.24% | - |
| HSV(B) | 173.72º | 0.83% | 0.41% | - |
| XYZ | 7.27 | 10.86 | 12.54 | - |
| YUV | 77.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 95 | 0.83 | 0 | 0.09 | 0.59 | 173.72 | 0.7 | 0.24 |
| Hex | 12 | 68 | 5F | 53 | 0 | 9 | 3B | AE | 46 | 18 |
| Octal | 22 | 150 | 137 | 123 | 0 | 11 | 73 | 256 | 106 | 30 |
| Binary | 10010 | 1101000 | 1011111 | 1010011 | 0 | 1001 | 111011 | 10101110 | 1000110 | 11000 |
Color Harmonies of #12685F
Complementary color
Monochromatic Colors of #12685F
Black with #12685F
Text Example
Text Example
White with #12685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12685F; }
p { color: rgb(18,104,95); }
H1.HeaderClassName
{
color: #12685F;
}
.AnyTagClassName
{
color: #12685F;
}
</style>
background-color css
<style>
a { background-color: #12685F; }
a { background-color: rgb(18,104,95); }
div.DivClassName
{
background-color: #12685F;
}
.BgClassName
{
background-color: #12685F;
}
</style>
border-color css
<style>
span { border-color: #12685F; }
span { border-color: rgb(18,104,95); }
td.TdClassName
{
border-color: #12685F;
}
.TagClassName
{
border-color: #12685F;
}
</style>