Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
darkblue | 27059A | #27059A | 39, 5, 154 | 15.29, 1.96, 60.39 | 74.68, 96.75, 0, 39.61 | 253.69127516779, 96.753246753247, 60.392156862745 |
Color #27059a is darkblue. In RGB: 15.29, 1.96, 60.39. In CMYK: 74.68, 96.75, 0, 39.61.
div { background: #27059a; color: #000; }
div { background: #27059a; color: #fff; }
div { background: linear-gradient(to bottom, #00007F 0%, #4A23B6 100%); color: #000; }
div { background: linear-gradient(to bottom, #4A23B6 0%, #00007F 100%); color: #000; }
div { background: linear-gradient(to bottom, #00007F 0%, #4A23B6 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4A23B6 0%, #00007F 100%); color: #fff; }
div { border: 1px solid #27059a; }
div { border: 5px solid #27059a; }
div { border: 1px dashed #27059a; }
div { border: 5px dashed #27059a; }
div { border: 1px dotted #27059a; }
div { border: 5px dotted #27059a; }