Shades of Blue Stone #126E5F
Tints of Blue Stone #126E5F
RGB
CMYK
RGB Variations
Color information
#126E5F (or 0x126E5F) is known color: Blue Stone. HEX triplet: 12, 6E and 5F. RGB value is (18,110,95). Sum of RGB (Red+Green+Blue) = 18+110+95=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #126E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E5F is #ED91A0. Grayscale: #505050. Windows color (decimal): -15569313 or 6254098. OLE color: 6254098.
HSL color Cylindrical-coordinate representation of color #126E5F: hue angle of 170.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 #126E5F is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 95 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.57 |
| HSL | 170.22º | 0.72% | 0.25% | - |
| HSV(B) | 170.22º | 0.84% | 0.43% | - |
| XYZ | 7.89 | 12.11 | 12.75 | - |
| YUV | 80.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 95 | 0.84 | 0 | 0.14 | 0.57 | 170.22 | 0.72 | 0.25 |
| Hex | 12 | 6E | 5F | 54 | 0 | E | 39 | AA | 48 | 19 |
| Octal | 22 | 156 | 137 | 124 | 0 | 16 | 71 | 252 | 110 | 31 |
| Binary | 10010 | 1101110 | 1011111 | 1010100 | 0 | 1110 | 111001 | 10101010 | 1001000 | 11001 |
Color Harmonies of #126E5F
Complementary color
Monochromatic Colors of #126E5F
Black with #126E5F
Text Example
Text Example
White with #126E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E5F; }
p { color: rgb(18,110,95); }
H1.HeaderClassName
{
color: #126E5F;
}
.AnyTagClassName
{
color: #126E5F;
}
</style>
background-color css
<style>
a { background-color: #126E5F; }
a { background-color: rgb(18,110,95); }
div.DivClassName
{
background-color: #126E5F;
}
.BgClassName
{
background-color: #126E5F;
}
</style>
border-color css
<style>
span { border-color: #126E5F; }
span { border-color: rgb(18,110,95); }
td.TdClassName
{
border-color: #126E5F;
}
.TagClassName
{
border-color: #126E5F;
}
</style>