Shades of Blue Stone #1E7069
Tints of Blue Stone #1E7069
RGB
CMYK
RGB Variations
Color information
#1E7069 (or 0x1E7069) is known color: Blue Stone. HEX triplet: 1E, 70 and 69. RGB value is (30,112,105). Sum of RGB (Red+Green+Blue) = 30+112+105=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #1E7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7069 is #E18F96. Grayscale: #565656. Windows color (decimal): -14782359 or 6909982. OLE color: 6909982.
HSL color Cylindrical-coordinate representation of color #1E7069: hue angle of 174.88º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E7069 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 112 | 105 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.56 |
| HSL | 174.88º | 0.58% | 0.28% | - |
| HSV(B) | 174.88º | 0.73% | 0.44% | - |
| XYZ | 8.88 | 12.88 | 15.38 | - |
| YUV | 86.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 112 | 105 | 0.73 | 0 | 0.06 | 0.56 | 174.88 | 0.58 | 0.28 |
| Hex | 1E | 70 | 69 | 49 | 0 | 6 | 38 | AF | 3A | 1C |
| Octal | 36 | 160 | 151 | 111 | 0 | 6 | 70 | 257 | 72 | 34 |
| Binary | 11110 | 1110000 | 1101001 | 1001001 | 0 | 110 | 111000 | 10101111 | 111010 | 11100 |
Color Harmonies of #1E7069
Complementary color
Monochromatic Colors of #1E7069
Black with #1E7069
Text Example
Text Example
White with #1E7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7069; }
p { color: rgb(30,112,105); }
H1.HeaderClassName
{
color: #1E7069;
}
.AnyTagClassName
{
color: #1E7069;
}
</style>
background-color css
<style>
a { background-color: #1E7069; }
a { background-color: rgb(30,112,105); }
div.DivClassName
{
background-color: #1E7069;
}
.BgClassName
{
background-color: #1E7069;
}
</style>
border-color css
<style>
span { border-color: #1E7069; }
span { border-color: rgb(30,112,105); }
td.TdClassName
{
border-color: #1E7069;
}
.TagClassName
{
border-color: #1E7069;
}
</style>