Shades of Blue Stone #1E605C
Tints of Blue Stone #1E605C
RGB
CMYK
RGB Variations
Color information
#1E605C (or 0x1E605C) is known color: Blue Stone. HEX triplet: 1E, 60 and 5C. RGB value is (30,96,92). Sum of RGB (Red+Green+Blue) = 30+96+92=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #1E605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E605C is #E19FA3. Grayscale: #4B4B4B. Windows color (decimal): -14786468 or 6053918. OLE color: 6053918.
HSL color Cylindrical-coordinate representation of color #1E605C: hue angle of 176.36º 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 #1E605C is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 92 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.62 |
| HSL | 176.36º | 0.52% | 0.25% | - |
| HSV(B) | 176.36º | 0.69% | 0.38% | - |
| XYZ | 6.65 | 9.41 | 11.59 | - |
| YUV | 75.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 92 | 0.69 | 0 | 0.04 | 0.62 | 176.36 | 0.52 | 0.25 |
| Hex | 1E | 60 | 5C | 45 | 0 | 4 | 3E | B0 | 34 | 19 |
| Octal | 36 | 140 | 134 | 105 | 0 | 4 | 76 | 260 | 64 | 31 |
| Binary | 11110 | 1100000 | 1011100 | 1000101 | 0 | 100 | 111110 | 10110000 | 110100 | 11001 |
Color Harmonies of #1E605C
Complementary color
Monochromatic Colors of #1E605C
Black with #1E605C
Text Example
Text Example
White with #1E605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E605C; }
p { color: rgb(30,96,92); }
H1.HeaderClassName
{
color: #1E605C;
}
.AnyTagClassName
{
color: #1E605C;
}
</style>
background-color css
<style>
a { background-color: #1E605C; }
a { background-color: rgb(30,96,92); }
div.DivClassName
{
background-color: #1E605C;
}
.BgClassName
{
background-color: #1E605C;
}
</style>
border-color css
<style>
span { border-color: #1E605C; }
span { border-color: rgb(30,96,92); }
td.TdClassName
{
border-color: #1E605C;
}
.TagClassName
{
border-color: #1E605C;
}
</style>