Shades of Blue Stone #1E665C
Tints of Blue Stone #1E665C
RGB
CMYK
RGB Variations
Color information
#1E665C (or 0x1E665C) is known color: Blue Stone. HEX triplet: 1E, 66 and 5C. RGB value is (30,102,92). Sum of RGB (Red+Green+Blue) = 30+102+92=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #1E665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E665C is #E199A3. Grayscale: #4F4F4F. Windows color (decimal): -14784932 or 6055454. OLE color: 6055454.
HSL color Cylindrical-coordinate representation of color #1E665C: hue angle of 171.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E665C is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 92 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.6 |
| HSL | 171.67º | 0.55% | 0.26% | - |
| HSV(B) | 171.67º | 0.71% | 0.4% | - |
| XYZ | 7.22 | 10.55 | 11.78 | - |
| YUV | 79.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 92 | 0.71 | 0 | 0.10 | 0.6 | 171.67 | 0.55 | 0.26 |
| Hex | 1E | 66 | 5C | 47 | 0 | A | 3C | AC | 37 | 1A |
| Octal | 36 | 146 | 134 | 107 | 0 | 12 | 74 | 254 | 67 | 32 |
| Binary | 11110 | 1100110 | 1011100 | 1000111 | 0 | 1010 | 111100 | 10101100 | 110111 | 11010 |
Color Harmonies of #1E665C
Complementary color
Monochromatic Colors of #1E665C
Black with #1E665C
Text Example
Text Example
White with #1E665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E665C; }
p { color: rgb(30,102,92); }
H1.HeaderClassName
{
color: #1E665C;
}
.AnyTagClassName
{
color: #1E665C;
}
</style>
background-color css
<style>
a { background-color: #1E665C; }
a { background-color: rgb(30,102,92); }
div.DivClassName
{
background-color: #1E665C;
}
.BgClassName
{
background-color: #1E665C;
}
</style>
border-color css
<style>
span { border-color: #1E665C; }
span { border-color: rgb(30,102,92); }
td.TdClassName
{
border-color: #1E665C;
}
.TagClassName
{
border-color: #1E665C;
}
</style>