Shades of Blue Stone #126764
Tints of Blue Stone #126764
RGB
CMYK
RGB Variations
Color information
#126764 (or 0x126764) is known color: Blue Stone. HEX triplet: 12, 67 and 64. RGB value is (18,103,100). Sum of RGB (Red+Green+Blue) = 18+103+100=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #126764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126764 is #ED989B. Grayscale: #4D4D4D. Windows color (decimal): -15571100 or 6579986. OLE color: 6579986.
HSL color Cylindrical-coordinate representation of color #126764: hue angle of 177.88º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126764 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 103 | 100 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.60 |
| HSL | 177.88º | 0.7% | 0.24% | - |
| HSV(B) | 177.88º | 0.83% | 0.4% | - |
| XYZ | 7.4 | 10.75 | 13.74 | - |
| YUV | 77.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 100 | 0.83 | 0 | 0.03 | 0.60 | 177.88 | 0.7 | 0.24 |
| Hex | 12 | 67 | 64 | 53 | 0 | 3 | 3C | B2 | 46 | 18 |
| Octal | 22 | 147 | 144 | 123 | 0 | 3 | 74 | 262 | 106 | 30 |
| Binary | 10010 | 1100111 | 1100100 | 1010011 | 0 | 11 | 111100 | 10110010 | 1000110 | 11000 |
Color Harmonies of #126764
Complementary color
Monochromatic Colors of #126764
Black with #126764
Text Example
Text Example
White with #126764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126764; }
p { color: rgb(18,103,100); }
H1.HeaderClassName
{
color: #126764;
}
.AnyTagClassName
{
color: #126764;
}
</style>
background-color css
<style>
a { background-color: #126764; }
a { background-color: rgb(18,103,100); }
div.DivClassName
{
background-color: #126764;
}
.BgClassName
{
background-color: #126764;
}
</style>
border-color css
<style>
span { border-color: #126764; }
span { border-color: rgb(18,103,100); }
td.TdClassName
{
border-color: #126764;
}
.TagClassName
{
border-color: #126764;
}
</style>