Shades of Blue Stone #1E695F
Tints of Blue Stone #1E695F
RGB
CMYK
RGB Variations
Color information
#1E695F (or 0x1E695F) is known color: Blue Stone. HEX triplet: 1E, 69 and 5F. RGB value is (30,105,95). Sum of RGB (Red+Green+Blue) = 30+105+95=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #1E695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E695F is #E196A0. Grayscale: #515151. Windows color (decimal): -14784161 or 6252830. OLE color: 6252830.
HSL color Cylindrical-coordinate representation of color #1E695F: hue angle of 172º 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 #1E695F is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 95 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.59 |
| HSL | 172º | 0.56% | 0.26% | - |
| HSV(B) | 172º | 0.71% | 0.41% | - |
| XYZ | 7.65 | 11.21 | 12.59 | - |
| YUV | 81.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 95 | 0.71 | 0 | 0.10 | 0.59 | 172 | 0.56 | 0.26 |
| Hex | 1E | 69 | 5F | 47 | 0 | A | 3B | AC | 38 | 1A |
| Octal | 36 | 151 | 137 | 107 | 0 | 12 | 73 | 254 | 70 | 32 |
| Binary | 11110 | 1101001 | 1011111 | 1000111 | 0 | 1010 | 111011 | 10101100 | 111000 | 11010 |
Color Harmonies of #1E695F
Complementary color
Monochromatic Colors of #1E695F
Black with #1E695F
Text Example
Text Example
White with #1E695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E695F; }
p { color: rgb(30,105,95); }
H1.HeaderClassName
{
color: #1E695F;
}
.AnyTagClassName
{
color: #1E695F;
}
</style>
background-color css
<style>
a { background-color: #1E695F; }
a { background-color: rgb(30,105,95); }
div.DivClassName
{
background-color: #1E695F;
}
.BgClassName
{
background-color: #1E695F;
}
</style>
border-color css
<style>
span { border-color: #1E695F; }
span { border-color: rgb(30,105,95); }
td.TdClassName
{
border-color: #1E695F;
}
.TagClassName
{
border-color: #1E695F;
}
</style>