Shades of Blue Stone #1E5C63
Tints of Blue Stone #1E5C63
RGB
CMYK
RGB Variations
Color information
#1E5C63 (or 0x1E5C63) is known color: Blue Stone. HEX triplet: 1E, 5C and 63. RGB value is (30,92,99). Sum of RGB (Red+Green+Blue) = 30+92+99=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C63 is #E1A39C. Grayscale: #4A4A4A. Windows color (decimal): -14787485 or 6511646. OLE color: 6511646.
HSL color Cylindrical-coordinate representation of color #1E5C63: hue angle of 186.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5C63 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 92 | 99 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.61 |
| HSL | 186.09º | 0.53% | 0.25% | - |
| HSV(B) | 186.09º | 0.7% | 0.39% | - |
| XYZ | 6.61 | 8.83 | 13.16 | - |
| YUV | 74.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 99 | 0.70 | 0.07 | 0 | 0.61 | 186.09 | 0.53 | 0.25 |
| Hex | 1E | 5C | 63 | 46 | 7 | 0 | 3D | BA | 35 | 19 |
| Octal | 36 | 134 | 143 | 106 | 7 | 0 | 75 | 272 | 65 | 31 |
| Binary | 11110 | 1011100 | 1100011 | 1000110 | 111 | 0 | 111101 | 10111010 | 110101 | 11001 |
Color Harmonies of #1E5C63
Complementary color
Monochromatic Colors of #1E5C63
Black with #1E5C63
Text Example
Text Example
White with #1E5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C63; }
p { color: rgb(30,92,99); }
H1.HeaderClassName
{
color: #1E5C63;
}
.AnyTagClassName
{
color: #1E5C63;
}
</style>
background-color css
<style>
a { background-color: #1E5C63; }
a { background-color: rgb(30,92,99); }
div.DivClassName
{
background-color: #1E5C63;
}
.BgClassName
{
background-color: #1E5C63;
}
</style>
border-color css
<style>
span { border-color: #1E5C63; }
span { border-color: rgb(30,92,99); }
td.TdClassName
{
border-color: #1E5C63;
}
.TagClassName
{
border-color: #1E5C63;
}
</style>