Shades of Blue Stone #1E5B66
Tints of Blue Stone #1E5B66
RGB
CMYK
RGB Variations
Color information
#1E5B66 (or 0x1E5B66) is known color: Blue Stone. HEX triplet: 1E, 5B and 66. RGB value is (30,91,102). Sum of RGB (Red+Green+Blue) = 30+91+102=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #1E5B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B66 is #E1A499. Grayscale: #494949. Windows color (decimal): -14787738 or 6707998. OLE color: 6707998.
HSL color Cylindrical-coordinate representation of color #1E5B66: hue angle of 189.17º 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 #1E5B66 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 91 | 102 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.6 |
| HSL | 189.17º | 0.55% | 0.26% | - |
| HSV(B) | 189.17º | 0.71% | 0.4% | - |
| XYZ | 6.67 | 8.72 | 13.9 | - |
| YUV | 74.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 102 | 0.71 | 0.11 | 0 | 0.6 | 189.17 | 0.55 | 0.26 |
| Hex | 1E | 5B | 66 | 47 | B | 0 | 3C | BD | 37 | 1A |
| Octal | 36 | 133 | 146 | 107 | 13 | 0 | 74 | 275 | 67 | 32 |
| Binary | 11110 | 1011011 | 1100110 | 1000111 | 1011 | 0 | 111100 | 10111101 | 110111 | 11010 |
Color Harmonies of #1E5B66
Complementary color
Monochromatic Colors of #1E5B66
Black with #1E5B66
Text Example
Text Example
White with #1E5B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5B66; }
p { color: rgb(30,91,102); }
H1.HeaderClassName
{
color: #1E5B66;
}
.AnyTagClassName
{
color: #1E5B66;
}
</style>
background-color css
<style>
a { background-color: #1E5B66; }
a { background-color: rgb(30,91,102); }
div.DivClassName
{
background-color: #1E5B66;
}
.BgClassName
{
background-color: #1E5B66;
}
</style>
border-color css
<style>
span { border-color: #1E5B66; }
span { border-color: rgb(30,91,102); }
td.TdClassName
{
border-color: #1E5B66;
}
.TagClassName
{
border-color: #1E5B66;
}
</style>