Shades of Blue Stone #12676F
Tints of Blue Stone #12676F
RGB
CMYK
RGB Variations
Color information
#12676F (or 0x12676F) is known color: Blue Stone. HEX triplet: 12, 67 and 6F. RGB value is (18,103,111). Sum of RGB (Red+Green+Blue) = 18+103+111=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #12676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12676F is #ED9890. Grayscale: #4E4E4E. Windows color (decimal): -15571089 or 7300882. OLE color: 7300882.
HSL color Cylindrical-coordinate representation of color #12676F: hue angle of 185.16º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12676F is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 103 | 111 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.56 |
| HSL | 185.16º | 0.72% | 0.25% | - |
| HSV(B) | 185.16º | 0.84% | 0.44% | - |
| XYZ | 7.97 | 10.98 | 16.74 | - |
| YUV | 78.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 111 | 0.84 | 0.07 | 0 | 0.56 | 185.16 | 0.72 | 0.25 |
| Hex | 12 | 67 | 6F | 54 | 7 | 0 | 38 | B9 | 48 | 19 |
| Octal | 22 | 147 | 157 | 124 | 7 | 0 | 70 | 271 | 110 | 31 |
| Binary | 10010 | 1100111 | 1101111 | 1010100 | 111 | 0 | 111000 | 10111001 | 1001000 | 11001 |
Color Harmonies of #12676F
Complementary color
Monochromatic Colors of #12676F
Black with #12676F
Text Example
Text Example
White with #12676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12676F; }
p { color: rgb(18,103,111); }
H1.HeaderClassName
{
color: #12676F;
}
.AnyTagClassName
{
color: #12676F;
}
</style>
background-color css
<style>
a { background-color: #12676F; }
a { background-color: rgb(18,103,111); }
div.DivClassName
{
background-color: #12676F;
}
.BgClassName
{
background-color: #12676F;
}
</style>
border-color css
<style>
span { border-color: #12676F; }
span { border-color: rgb(18,103,111); }
td.TdClassName
{
border-color: #12676F;
}
.TagClassName
{
border-color: #12676F;
}
</style>