Shades of Blue Stone #126064
Tints of Blue Stone #126064
RGB
CMYK
RGB Variations
Color information
#126064 (or 0x126064) is known color: Blue Stone. HEX triplet: 12, 60 and 64. RGB value is (18,96,100). Sum of RGB (Red+Green+Blue) = 18+96+100=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #126064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126064 is #ED9F9B. Grayscale: #494949. Windows color (decimal): -15572892 or 6578194. OLE color: 6578194.
HSL color Cylindrical-coordinate representation of color #126064: hue angle of 182.93º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126064 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 96 | 100 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.61 |
| HSL | 182.93º | 0.69% | 0.23% | - |
| HSV(B) | 182.93º | 0.82% | 0.39% | - |
| XYZ | 6.73 | 9.41 | 13.52 | - |
| YUV | 73.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 100 | 0.82 | 0.04 | 0 | 0.61 | 182.93 | 0.69 | 0.23 |
| Hex | 12 | 60 | 64 | 52 | 4 | 0 | 3D | B7 | 45 | 17 |
| Octal | 22 | 140 | 144 | 122 | 4 | 0 | 75 | 267 | 105 | 27 |
| Binary | 10010 | 1100000 | 1100100 | 1010010 | 100 | 0 | 111101 | 10110111 | 1000101 | 10111 |
Color Harmonies of #126064
Complementary color
Monochromatic Colors of #126064
Black with #126064
Text Example
Text Example
White with #126064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126064; }
p { color: rgb(18,96,100); }
H1.HeaderClassName
{
color: #126064;
}
.AnyTagClassName
{
color: #126064;
}
</style>
background-color css
<style>
a { background-color: #126064; }
a { background-color: rgb(18,96,100); }
div.DivClassName
{
background-color: #126064;
}
.BgClassName
{
background-color: #126064;
}
</style>
border-color css
<style>
span { border-color: #126064; }
span { border-color: rgb(18,96,100); }
td.TdClassName
{
border-color: #126064;
}
.TagClassName
{
border-color: #126064;
}
</style>