Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
darkblue | 2410B1 | #2410B1 | 36, 16, 177 | 14.12, 6.27, 69.41 | 79.66, 90.96, 0, 30.59 | 247.45341614907, 90.960451977401, 69.411764705882 |
Color #2410b1 is darkblue. In RGB: 14.12, 6.27, 69.41. In CMYK: 79.66, 90.96, 0, 30.59.
div { background: #2410b1; color: #000; }
div { background: #2410b1; color: #fff; }
div { background: linear-gradient(to bottom, #000095 0%, #4C2CCD 100%); color: #000; }
div { background: linear-gradient(to bottom, #4C2CCD 0%, #000095 100%); color: #000; }
div { background: linear-gradient(to bottom, #000095 0%, #4C2CCD 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4C2CCD 0%, #000095 100%); color: #fff; }
div { border: 1px solid #2410b1; }
div { border: 5px solid #2410b1; }
div { border: 1px dashed #2410b1; }
div { border: 5px dashed #2410b1; }
div { border: 1px dotted #2410b1; }
div { border: 5px dotted #2410b1; }