Shades of Blue Stone #126863
Tints of Blue Stone #126863
RGB
CMYK
RGB Variations
Color information
#126863 (or 0x126863) is known color: Blue Stone. HEX triplet: 12, 68 and 63. RGB value is (18,104,99). Sum of RGB (Red+Green+Blue) = 18+104+99=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #126863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126863 is #ED979C. Grayscale: #4D4D4D. Windows color (decimal): -15570845 or 6514706. OLE color: 6514706.
HSL color Cylindrical-coordinate representation of color #126863: hue angle of 176.51º 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 #126863 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 104 | 99 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.59 |
| HSL | 176.51º | 0.7% | 0.24% | - |
| HSV(B) | 176.51º | 0.83% | 0.41% | - |
| XYZ | 7.45 | 10.93 | 13.52 | - |
| YUV | 77.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 99 | 0.83 | 0 | 0.05 | 0.59 | 176.51 | 0.7 | 0.24 |
| Hex | 12 | 68 | 63 | 53 | 0 | 5 | 3B | B1 | 46 | 18 |
| Octal | 22 | 150 | 143 | 123 | 0 | 5 | 73 | 261 | 106 | 30 |
| Binary | 10010 | 1101000 | 1100011 | 1010011 | 0 | 101 | 111011 | 10110001 | 1000110 | 11000 |
Color Harmonies of #126863
Complementary color
Monochromatic Colors of #126863
Black with #126863
Text Example
Text Example
White with #126863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126863; }
p { color: rgb(18,104,99); }
H1.HeaderClassName
{
color: #126863;
}
.AnyTagClassName
{
color: #126863;
}
</style>
background-color css
<style>
a { background-color: #126863; }
a { background-color: rgb(18,104,99); }
div.DivClassName
{
background-color: #126863;
}
.BgClassName
{
background-color: #126863;
}
</style>
border-color css
<style>
span { border-color: #126863; }
span { border-color: rgb(18,104,99); }
td.TdClassName
{
border-color: #126863;
}
.TagClassName
{
border-color: #126863;
}
</style>