Shades of Blue Stone #1E565B
Tints of Blue Stone #1E565B
RGB
CMYK
RGB Variations
Color information
#1E565B (or 0x1E565B) is known color: Blue Stone. HEX triplet: 1E, 56 and 5B. RGB value is (30,86,91). Sum of RGB (Red+Green+Blue) = 30+86+91=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E565B is #E1A9A4. Grayscale: #454545. Windows color (decimal): -14789029 or 5985822. OLE color: 5985822.
HSL color Cylindrical-coordinate representation of color #1E565B: hue angle of 184.92º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E565B is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 86 | 91 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.64 |
| HSL | 184.92º | 0.5% | 0.24% | - |
| HSV(B) | 184.92º | 0.67% | 0.36% | - |
| XYZ | 5.75 | 7.69 | 11.08 | - |
| YUV | 69.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 91 | 0.67 | 0.05 | 0 | 0.64 | 184.92 | 0.5 | 0.24 |
| Hex | 1E | 56 | 5B | 43 | 5 | 0 | 40 | B9 | 32 | 18 |
| Octal | 36 | 126 | 133 | 103 | 5 | 0 | 100 | 271 | 62 | 30 |
| Binary | 11110 | 1010110 | 1011011 | 1000011 | 101 | 0 | 1000000 | 10111001 | 110010 | 11000 |
Color Harmonies of #1E565B
Complementary color
Monochromatic Colors of #1E565B
Black with #1E565B
Text Example
Text Example
White with #1E565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E565B; }
p { color: rgb(30,86,91); }
H1.HeaderClassName
{
color: #1E565B;
}
.AnyTagClassName
{
color: #1E565B;
}
</style>
background-color css
<style>
a { background-color: #1E565B; }
a { background-color: rgb(30,86,91); }
div.DivClassName
{
background-color: #1E565B;
}
.BgClassName
{
background-color: #1E565B;
}
</style>
border-color css
<style>
span { border-color: #1E565B; }
span { border-color: rgb(30,86,91); }
td.TdClassName
{
border-color: #1E565B;
}
.TagClassName
{
border-color: #1E565B;
}
</style>