Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
darkblue | 26089C | #26089C | 38, 8, 156 | 14.9, 3.14, 61.18 | 75.64, 94.87, 0, 38.82 | 252.16216216216, 94.871794871795, 61.176470588235 |
Color #26089c is darkblue. In RGB: 14.9, 3.14, 61.18. In CMYK: 75.64, 94.87, 0, 38.82.
div { background: #26089c; color: #000; }
div { background: #26089c; color: #fff; }
div { background: linear-gradient(to bottom, #000081 0%, #4A25B8 100%); color: #000; }
div { background: linear-gradient(to bottom, #4A25B8 0%, #000081 100%); color: #000; }
div { background: linear-gradient(to bottom, #000081 0%, #4A25B8 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4A25B8 0%, #000081 100%); color: #fff; }
div { border: 1px solid #26089c; }
div { border: 5px solid #26089c; }
div { border: 1px dashed #26089c; }
div { border: 5px dashed #26089c; }
div { border: 1px dotted #26089c; }
div { border: 5px dotted #26089c; }