Shades of Blue Stone #1E605E
Tints of Blue Stone #1E605E
RGB
CMYK
RGB Variations
Color information
#1E605E (or 0x1E605E) is known color: Blue Stone. HEX triplet: 1E, 60 and 5E. RGB value is (30,96,94). Sum of RGB (Red+Green+Blue) = 30+96+94=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #1E605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E605E is #E19FA1. Grayscale: #4B4B4B. Windows color (decimal): -14786466 or 6184990. OLE color: 6184990.
HSL color Cylindrical-coordinate representation of color #1E605E: hue angle of 178.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E605E is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 94 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.62 |
| HSL | 178.18º | 0.52% | 0.25% | - |
| HSV(B) | 178.18º | 0.69% | 0.38% | - |
| XYZ | 6.74 | 9.45 | 12.06 | - |
| YUV | 76.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 94 | 0.69 | 0 | 0.02 | 0.62 | 178.18 | 0.52 | 0.25 |
| Hex | 1E | 60 | 5E | 45 | 0 | 2 | 3E | B2 | 34 | 19 |
| Octal | 36 | 140 | 136 | 105 | 0 | 2 | 76 | 262 | 64 | 31 |
| Binary | 11110 | 1100000 | 1011110 | 1000101 | 0 | 10 | 111110 | 10110010 | 110100 | 11001 |
Color Harmonies of #1E605E
Complementary color
Monochromatic Colors of #1E605E
Black with #1E605E
Text Example
Text Example
White with #1E605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E605E; }
p { color: rgb(30,96,94); }
H1.HeaderClassName
{
color: #1E605E;
}
.AnyTagClassName
{
color: #1E605E;
}
</style>
background-color css
<style>
a { background-color: #1E605E; }
a { background-color: rgb(30,96,94); }
div.DivClassName
{
background-color: #1E605E;
}
.BgClassName
{
background-color: #1E605E;
}
</style>
border-color css
<style>
span { border-color: #1E605E; }
span { border-color: rgb(30,96,94); }
td.TdClassName
{
border-color: #1E605E;
}
.TagClassName
{
border-color: #1E605E;
}
</style>