Shades of Blue Stone #127064
Tints of Blue Stone #127064
RGB
CMYK
RGB Variations
Color information
#127064 (or 0x127064) is known color: Blue Stone. HEX triplet: 12, 70 and 64. RGB value is (18,112,100). Sum of RGB (Red+Green+Blue) = 18+112+100=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #127064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127064 is #ED8F9B. Grayscale: #525252. Windows color (decimal): -15568796 or 6582290. OLE color: 6582290.
HSL color Cylindrical-coordinate representation of color #127064: hue angle of 172.34º 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 #127064 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 100 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.56 |
| HSL | 172.34º | 0.72% | 0.25% | - |
| HSV(B) | 172.34º | 0.84% | 0.44% | - |
| XYZ | 8.34 | 12.64 | 14.06 | - |
| YUV | 82.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 100 | 0.84 | 0 | 0.11 | 0.56 | 172.34 | 0.72 | 0.25 |
| Hex | 12 | 70 | 64 | 54 | 0 | B | 38 | AC | 48 | 19 |
| Octal | 22 | 160 | 144 | 124 | 0 | 13 | 70 | 254 | 110 | 31 |
| Binary | 10010 | 1110000 | 1100100 | 1010100 | 0 | 1011 | 111000 | 10101100 | 1001000 | 11001 |
Color Harmonies of #127064
Complementary color
Monochromatic Colors of #127064
Black with #127064
Text Example
Text Example
White with #127064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127064; }
p { color: rgb(18,112,100); }
H1.HeaderClassName
{
color: #127064;
}
.AnyTagClassName
{
color: #127064;
}
</style>
background-color css
<style>
a { background-color: #127064; }
a { background-color: rgb(18,112,100); }
div.DivClassName
{
background-color: #127064;
}
.BgClassName
{
background-color: #127064;
}
</style>
border-color css
<style>
span { border-color: #127064; }
span { border-color: rgb(18,112,100); }
td.TdClassName
{
border-color: #127064;
}
.TagClassName
{
border-color: #127064;
}
</style>