Shades of Blue Stone #12666D
Tints of Blue Stone #12666D
RGB
CMYK
RGB Variations
Color information
#12666D (or 0x12666D) is known color: Blue Stone. HEX triplet: 12, 66 and 6D. RGB value is (18,102,109). Sum of RGB (Red+Green+Blue) = 18+102+109=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #12666D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12666D is #ED9992. Grayscale: #4D4D4D. Windows color (decimal): -15571347 or 7169554. OLE color: 7169554.
HSL color Cylindrical-coordinate representation of color #12666D: hue angle of 184.62º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12666D is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 102 | 109 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.57 |
| HSL | 184.62º | 0.72% | 0.25% | - |
| HSV(B) | 184.62º | 0.83% | 0.43% | - |
| XYZ | 7.76 | 10.74 | 16.13 | - |
| YUV | 77.68 | 145.67 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 109 | 0.83 | 0.06 | 0 | 0.57 | 184.62 | 0.72 | 0.25 |
| Hex | 12 | 66 | 6D | 53 | 6 | 0 | 39 | B9 | 48 | 19 |
| Octal | 22 | 146 | 155 | 123 | 6 | 0 | 71 | 271 | 110 | 31 |
| Binary | 10010 | 1100110 | 1101101 | 1010011 | 110 | 0 | 111001 | 10111001 | 1001000 | 11001 |
Color Harmonies of #12666D
Complementary color
Monochromatic Colors of #12666D
Black with #12666D
Text Example
Text Example
White with #12666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12666D; }
p { color: rgb(18,102,109); }
H1.HeaderClassName
{
color: #12666D;
}
.AnyTagClassName
{
color: #12666D;
}
</style>
background-color css
<style>
a { background-color: #12666D; }
a { background-color: rgb(18,102,109); }
div.DivClassName
{
background-color: #12666D;
}
.BgClassName
{
background-color: #12666D;
}
</style>
border-color css
<style>
span { border-color: #12666D; }
span { border-color: rgb(18,102,109); }
td.TdClassName
{
border-color: #12666D;
}
.TagClassName
{
border-color: #12666D;
}
</style>