Shades of Blue Stone #127067
Tints of Blue Stone #127067
RGB
CMYK
RGB Variations
Color information
#127067 (or 0x127067) is known color: Blue Stone. HEX triplet: 12, 70 and 67. RGB value is (18,112,103). Sum of RGB (Red+Green+Blue) = 18+112+103=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #127067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127067 is #ED8F98. Grayscale: #525252. Windows color (decimal): -15568793 or 6778898. OLE color: 6778898.
HSL color Cylindrical-coordinate representation of color #127067: hue angle of 174.26º 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 #127067 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 103 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.56 |
| HSL | 174.26º | 0.72% | 0.25% | - |
| HSV(B) | 174.26º | 0.84% | 0.44% | - |
| XYZ | 8.49 | 12.7 | 14.84 | - |
| YUV | 82.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 103 | 0.84 | 0 | 0.08 | 0.56 | 174.26 | 0.72 | 0.25 |
| Hex | 12 | 70 | 67 | 54 | 0 | 8 | 38 | AE | 48 | 19 |
| Octal | 22 | 160 | 147 | 124 | 0 | 10 | 70 | 256 | 110 | 31 |
| Binary | 10010 | 1110000 | 1100111 | 1010100 | 0 | 1000 | 111000 | 10101110 | 1001000 | 11001 |
Color Harmonies of #127067
Complementary color
Monochromatic Colors of #127067
Black with #127067
Text Example
Text Example
White with #127067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127067; }
p { color: rgb(18,112,103); }
H1.HeaderClassName
{
color: #127067;
}
.AnyTagClassName
{
color: #127067;
}
</style>
background-color css
<style>
a { background-color: #127067; }
a { background-color: rgb(18,112,103); }
div.DivClassName
{
background-color: #127067;
}
.BgClassName
{
background-color: #127067;
}
</style>
border-color css
<style>
span { border-color: #127067; }
span { border-color: rgb(18,112,103); }
td.TdClassName
{
border-color: #127067;
}
.TagClassName
{
border-color: #127067;
}
</style>