Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Deep Blue | 160D80 | #160D80 | 22, 13, 128 | 8.63, 5.1, 50.2 | 82.81, 89.84, 0, 49.8 | 244.69565217391, 89.84375, 50.196078431373 |
Color #160d80 is Deep Blue. In RGB: 8.63, 5.1, 50.2. In CMYK: 82.81, 89.84, 0, 49.8.
div { background: #160d80; color: #000; }
div { background: #160d80; color: #fff; }
div { background: linear-gradient(to bottom, #000066 0%, #3B259B 100%); color: #000; }
div { background: linear-gradient(to bottom, #3B259B 0%, #000066 100%); color: #000; }
div { background: linear-gradient(to bottom, #000066 0%, #3B259B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3B259B 0%, #000066 100%); color: #fff; }
div { border: 1px solid #160d80; }
div { border: 5px solid #160d80; }
div { border: 1px dashed #160d80; }
div { border: 5px dashed #160d80; }
div { border: 1px dotted #160d80; }
div { border: 5px dotted #160d80; }