Shades of Blue Stone #12666E
Tints of Blue Stone #12666E
RGB
CMYK
RGB Variations
Color information
#12666E (or 0x12666E) is known color: Blue Stone. HEX triplet: 12, 66 and 6E. RGB value is (18,102,110). Sum of RGB (Red+Green+Blue) = 18+102+110=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #12666E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12666E is #ED9991. Grayscale: #4D4D4D. Windows color (decimal): -15571346 or 7235090. OLE color: 7235090.
HSL color Cylindrical-coordinate representation of color #12666E: hue angle of 185.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12666E is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 102 | 110 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.57 |
| HSL | 185.22º | 0.72% | 0.25% | - |
| HSV(B) | 185.22º | 0.84% | 0.43% | - |
| XYZ | 7.82 | 10.76 | 16.42 | - |
| YUV | 77.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 110 | 0.84 | 0.07 | 0 | 0.57 | 185.22 | 0.72 | 0.25 |
| Hex | 12 | 66 | 6E | 54 | 7 | 0 | 39 | B9 | 48 | 19 |
| Octal | 22 | 146 | 156 | 124 | 7 | 0 | 71 | 271 | 110 | 31 |
| Binary | 10010 | 1100110 | 1101110 | 1010100 | 111 | 0 | 111001 | 10111001 | 1001000 | 11001 |
Color Harmonies of #12666E
Complementary color
Monochromatic Colors of #12666E
Black with #12666E
Text Example
Text Example
White with #12666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12666E; }
p { color: rgb(18,102,110); }
H1.HeaderClassName
{
color: #12666E;
}
.AnyTagClassName
{
color: #12666E;
}
</style>
background-color css
<style>
a { background-color: #12666E; }
a { background-color: rgb(18,102,110); }
div.DivClassName
{
background-color: #12666E;
}
.BgClassName
{
background-color: #12666E;
}
</style>
border-color css
<style>
span { border-color: #12666E; }
span { border-color: rgb(18,102,110); }
td.TdClassName
{
border-color: #12666E;
}
.TagClassName
{
border-color: #12666E;
}
</style>