Shades of Blue Stone #12676B
Tints of Blue Stone #12676B
RGB
CMYK
RGB Variations
Color information
#12676B (or 0x12676B) is known color: Blue Stone. HEX triplet: 12, 67 and 6B. RGB value is (18,103,107). Sum of RGB (Red+Green+Blue) = 18+103+107=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #12676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12676B is #ED9894. Grayscale: #4D4D4D. Windows color (decimal): -15571093 or 7038738. OLE color: 7038738.
HSL color Cylindrical-coordinate representation of color #12676B: hue angle of 182.7º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12676B is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 103 | 107 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.58 |
| HSL | 182.7º | 0.71% | 0.25% | - |
| HSV(B) | 182.7º | 0.83% | 0.42% | - |
| XYZ | 7.75 | 10.89 | 15.6 | - |
| YUV | 78.04 | 144.34 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 107 | 0.83 | 0.04 | 0 | 0.58 | 182.7 | 0.71 | 0.25 |
| Hex | 12 | 67 | 6B | 53 | 4 | 0 | 3A | B7 | 47 | 19 |
| Octal | 22 | 147 | 153 | 123 | 4 | 0 | 72 | 267 | 107 | 31 |
| Binary | 10010 | 1100111 | 1101011 | 1010011 | 100 | 0 | 111010 | 10110111 | 1000111 | 11001 |
Color Harmonies of #12676B
Complementary color
Monochromatic Colors of #12676B
Black with #12676B
Text Example
Text Example
White with #12676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12676B; }
p { color: rgb(18,103,107); }
H1.HeaderClassName
{
color: #12676B;
}
.AnyTagClassName
{
color: #12676B;
}
</style>
background-color css
<style>
a { background-color: #12676B; }
a { background-color: rgb(18,103,107); }
div.DivClassName
{
background-color: #12676B;
}
.BgClassName
{
background-color: #12676B;
}
</style>
border-color css
<style>
span { border-color: #12676B; }
span { border-color: rgb(18,103,107); }
td.TdClassName
{
border-color: #12676B;
}
.TagClassName
{
border-color: #12676B;
}
</style>