Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Midnight Blue | 094A78 | #094A78 | 9, 74, 120 | 3.53, 29.02, 47.06 | 92.5, 38.33, 0, 52.94 | 204.86486486486, 92.5, 47.058823529412 |
Color #094a78 is Midnight Blue. In RGB: 3.53, 29.02, 47.06. In CMYK: 92.5, 38.33, 0, 52.94.
div { background: #094a78; color: #000; }
div { background: #094a78; color: #fff; }
div { background: linear-gradient(to bottom, #00345F 0%, #306292 100%); color: #000; }
div { background: linear-gradient(to bottom, #306292 0%, #00345F 100%); color: #000; }
div { background: linear-gradient(to bottom, #00345F 0%, #306292 100%); color: #fff; }
div { background: linear-gradient(to bottom, #306292 0%, #00345F 100%); color: #fff; }
div { border: 1px solid #094a78; }
div { border: 5px solid #094a78; }
div { border: 1px dashed #094a78; }
div { border: 5px dashed #094a78; }
div { border: 1px dotted #094a78; }
div { border: 5px dotted #094a78; }