Shades of Blue Stone #1E6963
Tints of Blue Stone #1E6963
RGB
CMYK
RGB Variations
Color information
#1E6963 (or 0x1E6963) is known color: Blue Stone. HEX triplet: 1E, 69 and 63. RGB value is (30,105,99). Sum of RGB (Red+Green+Blue) = 30+105+99=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6963 is #E1969C. Grayscale: #515151. Windows color (decimal): -14784157 or 6514974. OLE color: 6514974.
HSL color Cylindrical-coordinate representation of color #1E6963: hue angle of 175.2º 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 #1E6963 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 99 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.59 |
| HSL | 175.2º | 0.56% | 0.26% | - |
| HSV(B) | 175.2º | 0.71% | 0.41% | - |
| XYZ | 7.84 | 11.28 | 13.57 | - |
| YUV | 81.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 99 | 0.71 | 0 | 0.06 | 0.59 | 175.2 | 0.56 | 0.26 |
| Hex | 1E | 69 | 63 | 47 | 0 | 6 | 3B | AF | 38 | 1A |
| Octal | 36 | 151 | 143 | 107 | 0 | 6 | 73 | 257 | 70 | 32 |
| Binary | 11110 | 1101001 | 1100011 | 1000111 | 0 | 110 | 111011 | 10101111 | 111000 | 11010 |
Color Harmonies of #1E6963
Complementary color
Monochromatic Colors of #1E6963
Black with #1E6963
Text Example
Text Example
White with #1E6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6963; }
p { color: rgb(30,105,99); }
H1.HeaderClassName
{
color: #1E6963;
}
.AnyTagClassName
{
color: #1E6963;
}
</style>
background-color css
<style>
a { background-color: #1E6963; }
a { background-color: rgb(30,105,99); }
div.DivClassName
{
background-color: #1E6963;
}
.BgClassName
{
background-color: #1E6963;
}
</style>
border-color css
<style>
span { border-color: #1E6963; }
span { border-color: rgb(30,105,99); }
td.TdClassName
{
border-color: #1E6963;
}
.TagClassName
{
border-color: #1E6963;
}
</style>