Shades of Blue Stone #126A71
Tints of Blue Stone #126A71
RGB
CMYK
RGB Variations
Color information
#126A71 (or 0x126A71) is known color: Blue Stone. HEX triplet: 12, 6A and 71. RGB value is (18,106,113). Sum of RGB (Red+Green+Blue) = 18+106+113=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #126A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A71 is #ED958E. Grayscale: #505050. Windows color (decimal): -15570319 or 7432722. OLE color: 7432722.
HSL color Cylindrical-coordinate representation of color #126A71: hue angle of 184.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126A71 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 106 | 113 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.56 |
| HSL | 184.42º | 0.73% | 0.26% | - |
| HSV(B) | 184.42º | 0.84% | 0.44% | - |
| XYZ | 8.38 | 11.63 | 17.43 | - |
| YUV | 80.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 113 | 0.84 | 0.06 | 0 | 0.56 | 184.42 | 0.73 | 0.26 |
| Hex | 12 | 6A | 71 | 54 | 6 | 0 | 38 | B8 | 49 | 1A |
| Octal | 22 | 152 | 161 | 124 | 6 | 0 | 70 | 270 | 111 | 32 |
| Binary | 10010 | 1101010 | 1110001 | 1010100 | 110 | 0 | 111000 | 10111000 | 1001001 | 11010 |
Color Harmonies of #126A71
Complementary color
Monochromatic Colors of #126A71
Black with #126A71
Text Example
Text Example
White with #126A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A71; }
p { color: rgb(18,106,113); }
H1.HeaderClassName
{
color: #126A71;
}
.AnyTagClassName
{
color: #126A71;
}
</style>
background-color css
<style>
a { background-color: #126A71; }
a { background-color: rgb(18,106,113); }
div.DivClassName
{
background-color: #126A71;
}
.BgClassName
{
background-color: #126A71;
}
</style>
border-color css
<style>
span { border-color: #126A71; }
span { border-color: rgb(18,106,113); }
td.TdClassName
{
border-color: #126A71;
}
.TagClassName
{
border-color: #126A71;
}
</style>