Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Mirage | 0D192C | #0D192C | 13, 25, 44 | 5.1, 9.8, 17.25 | 70.45, 43.18, 0, 82.75 | 216.77419354839, 70.454545454545, 17.254901960784 |
Color #0d192c is Mirage. In RGB: 5.1, 9.8, 17.25. In CMYK: 70.45, 43.18, 0, 82.75.
div { background: #0d192c; color: #000; }
div { background: #0d192c; color: #fff; }
div { background: linear-gradient(to bottom, #000018 0%, #232E42 100%); color: #000; }
div { background: linear-gradient(to bottom, #232E42 0%, #000018 100%); color: #000; }
div { background: linear-gradient(to bottom, #000018 0%, #232E42 100%); color: #fff; }
div { background: linear-gradient(to bottom, #232E42 0%, #000018 100%); color: #fff; }
div { border: 1px solid #0d192c; }
div { border: 5px solid #0d192c; }
div { border: 1px dashed #0d192c; }
div { border: 5px dashed #0d192c; }
div { border: 1px dotted #0d192c; }
div { border: 5px dotted #0d192c; }