Shades of Blue Stone #126B5C
Tints of Blue Stone #126B5C
RGB
CMYK
RGB Variations
Color information
#126B5C (or 0x126B5C) is known color: Blue Stone. HEX triplet: 12, 6B and 5C. RGB value is (18,107,92). Sum of RGB (Red+Green+Blue) = 18+107+92=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #126B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B5C is #ED94A3. Grayscale: #4E4E4E. Windows color (decimal): -15570084 or 6056722. OLE color: 6056722.
HSL color Cylindrical-coordinate representation of color #126B5C: hue angle of 169.89º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B5C is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 107 | 92 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.58 |
| HSL | 169.89º | 0.71% | 0.25% | - |
| HSV(B) | 169.89º | 0.83% | 0.42% | - |
| XYZ | 7.44 | 11.42 | 11.94 | - |
| YUV | 78.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 92 | 0.83 | 0 | 0.14 | 0.58 | 169.89 | 0.71 | 0.25 |
| Hex | 12 | 6B | 5C | 53 | 0 | E | 3A | AA | 47 | 19 |
| Octal | 22 | 153 | 134 | 123 | 0 | 16 | 72 | 252 | 107 | 31 |
| Binary | 10010 | 1101011 | 1011100 | 1010011 | 0 | 1110 | 111010 | 10101010 | 1000111 | 11001 |
Color Harmonies of #126B5C
Complementary color
Monochromatic Colors of #126B5C
Black with #126B5C
Text Example
Text Example
White with #126B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126B5C; }
p { color: rgb(18,107,92); }
H1.HeaderClassName
{
color: #126B5C;
}
.AnyTagClassName
{
color: #126B5C;
}
</style>
background-color css
<style>
a { background-color: #126B5C; }
a { background-color: rgb(18,107,92); }
div.DivClassName
{
background-color: #126B5C;
}
.BgClassName
{
background-color: #126B5C;
}
</style>
border-color css
<style>
span { border-color: #126B5C; }
span { border-color: rgb(18,107,92); }
td.TdClassName
{
border-color: #126B5C;
}
.TagClassName
{
border-color: #126B5C;
}
</style>