Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Blue Gem | 1E1E9C | #1E1E9C | 30, 30, 156 | 11.76, 11.76, 61.18 | 80.77, 80.77, 0, 38.82 | 240, 80.769230769231, 61.176470588235 |
Color #1e1e9c is Blue Gem. In RGB: 11.76, 11.76, 61.18. In CMYK: 80.77, 80.77, 0, 38.82.
div { background: #1e1e9c; color: #000; }
div { background: #1e1e9c; color: #fff; }
div { background: linear-gradient(to bottom, #000781 0%, #4435B8 100%); color: #000; }
div { background: linear-gradient(to bottom, #4435B8 0%, #000781 100%); color: #000; }
div { background: linear-gradient(to bottom, #000781 0%, #4435B8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4435B8 0%, #000781 100%); color: #fff; }
div { border: 1px solid #1e1e9c; }
div { border: 5px solid #1e1e9c; }
div { border: 1px dashed #1e1e9c; }
div { border: 5px dashed #1e1e9c; }
div { border: 1px dotted #1e1e9c; }
div { border: 5px dotted #1e1e9c; }