Shades of Blue Stone #126970
Tints of Blue Stone #126970
RGB
CMYK
RGB Variations
Color information
#126970 (or 0x126970) is known color: Blue Stone. HEX triplet: 12, 69 and 70. RGB value is (18,105,112). Sum of RGB (Red+Green+Blue) = 18+105+112=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #126970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126970 is #ED968F. Grayscale: #4F4F4F. Windows color (decimal): -15570576 or 7366930. OLE color: 7366930.
HSL color Cylindrical-coordinate representation of color #126970: hue angle of 184.47º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126970 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 105 | 112 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.56 |
| HSL | 184.47º | 0.72% | 0.25% | - |
| HSV(B) | 184.47º | 0.84% | 0.44% | - |
| XYZ | 8.23 | 11.4 | 17.1 | - |
| YUV | 79.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 112 | 0.84 | 0.06 | 0 | 0.56 | 184.47 | 0.72 | 0.25 |
| Hex | 12 | 69 | 70 | 54 | 6 | 0 | 38 | B8 | 48 | 19 |
| Octal | 22 | 151 | 160 | 124 | 6 | 0 | 70 | 270 | 110 | 31 |
| Binary | 10010 | 1101001 | 1110000 | 1010100 | 110 | 0 | 111000 | 10111000 | 1001000 | 11001 |
Color Harmonies of #126970
Complementary color
Monochromatic Colors of #126970
Black with #126970
Text Example
Text Example
White with #126970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126970; }
p { color: rgb(18,105,112); }
H1.HeaderClassName
{
color: #126970;
}
.AnyTagClassName
{
color: #126970;
}
</style>
background-color css
<style>
a { background-color: #126970; }
a { background-color: rgb(18,105,112); }
div.DivClassName
{
background-color: #126970;
}
.BgClassName
{
background-color: #126970;
}
</style>
border-color css
<style>
span { border-color: #126970; }
span { border-color: rgb(18,105,112); }
td.TdClassName
{
border-color: #126970;
}
.TagClassName
{
border-color: #126970;
}
</style>