Shades of Blue Stone #1E6964
Tints of Blue Stone #1E6964
RGB
CMYK
RGB Variations
Color information
#1E6964 (or 0x1E6964) is known color: Blue Stone. HEX triplet: 1E, 69 and 64. RGB value is (30,105,100). Sum of RGB (Red+Green+Blue) = 30+105+100=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6964 is #E1969B. Grayscale: #515151. Windows color (decimal): -14784156 or 6580510. OLE color: 6580510.
HSL color Cylindrical-coordinate representation of color #1E6964: hue angle of 176º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6964 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 100 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.59 |
| HSL | 176º | 0.56% | 0.26% | - |
| HSV(B) | 176º | 0.71% | 0.41% | - |
| XYZ | 7.89 | 11.3 | 13.82 | - |
| YUV | 82.01 | 138.15 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 100 | 0.71 | 0 | 0.05 | 0.59 | 176 | 0.56 | 0.26 |
| Hex | 1E | 69 | 64 | 47 | 0 | 5 | 3B | B0 | 38 | 1A |
| Octal | 36 | 151 | 144 | 107 | 0 | 5 | 73 | 260 | 70 | 32 |
| Binary | 11110 | 1101001 | 1100100 | 1000111 | 0 | 101 | 111011 | 10110000 | 111000 | 11010 |
Color Harmonies of #1E6964
Complementary color
Monochromatic Colors of #1E6964
Black with #1E6964
Text Example
Text Example
White with #1E6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6964; }
p { color: rgb(30,105,100); }
H1.HeaderClassName
{
color: #1E6964;
}
.AnyTagClassName
{
color: #1E6964;
}
</style>
background-color css
<style>
a { background-color: #1E6964; }
a { background-color: rgb(30,105,100); }
div.DivClassName
{
background-color: #1E6964;
}
.BgClassName
{
background-color: #1E6964;
}
</style>
border-color css
<style>
span { border-color: #1E6964; }
span { border-color: rgb(30,105,100); }
td.TdClassName
{
border-color: #1E6964;
}
.TagClassName
{
border-color: #1E6964;
}
</style>