Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
darkblue | 07009C | #07009C | 7, 0, 156 | 2.75, 0, 61.18 | 95.51, 100, 0, 38.82 | 242.69230769231, 100, 61.176470588235 |
Color #07009c is darkblue. In RGB: 2.75, 0, 61.18. In CMYK: 95.51, 100, 0, 38.82.
div { background: #07009c; color: #000; }
div { background: #07009c; color: #fff; }
div { background: linear-gradient(to bottom, #000081 0%, #3C1EB8 100%); color: #000; }
div { background: linear-gradient(to bottom, #3C1EB8 0%, #000081 100%); color: #000; }
div { background: linear-gradient(to bottom, #000081 0%, #3C1EB8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3C1EB8 0%, #000081 100%); color: #fff; }
div { border: 1px solid #07009c; }
div { border: 5px solid #07009c; }
div { border: 1px dashed #07009c; }
div { border: 5px dashed #07009c; }
div { border: 1px dotted #07009c; }
div { border: 5px dotted #07009c; }