Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Midnight Blue | 2B4D7D | #2B4D7D | 43, 77, 125 | 16.86, 30.2, 49.02 | 65.6, 38.4, 0, 50.98 | 215.12195121951, 65.6, 49.019607843137 |
Color #2b4d7d is Midnight Blue. In RGB: 16.86, 30.2, 49.02. In CMYK: 65.6, 38.4, 0, 50.98.
div { background: #2b4d7d; color: #000; }
div { background: #2b4d7d; color: #fff; }
div { background: linear-gradient(to bottom, #083664 0%, #466597 100%); color: #000; }
div { background: linear-gradient(to bottom, #466597 0%, #083664 100%); color: #000; }
div { background: linear-gradient(to bottom, #083664 0%, #466597 100%); color: #fff; }
div { background: linear-gradient(to bottom, #466597 0%, #083664 100%); color: #fff; }
div { border: 1px solid #2b4d7d; }
div { border: 5px solid #2b4d7d; }
div { border: 1px dashed #2b4d7d; }
div { border: 5px dashed #2b4d7d; }
div { border: 1px dotted #2b4d7d; }
div { border: 5px dotted #2b4d7d; }