Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Deep Cerulean | 0A80B4 | #0A80B4 | 10, 128, 180 | 3.92, 50.2, 70.59 | 94.44, 28.89, 0, 29.41 | 198.35294117647, 94.444444444444, 70.588235294118 |
Color #0a80b4 is Deep Cerulean. In RGB: 3.92, 50.2, 70.59. In CMYK: 94.44, 28.89, 0, 29.41.
div { background: #0a80b4; color: #000; }
div { background: #0a80b4; color: #fff; }
div { background: linear-gradient(to bottom, #006799 0%, #3D9AD0 100%); color: #000; }
div { background: linear-gradient(to bottom, #3D9AD0 0%, #006799 100%); color: #000; }
div { background: linear-gradient(to bottom, #006799 0%, #3D9AD0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3D9AD0 0%, #006799 100%); color: #fff; }
div { border: 1px solid #0a80b4; }
div { border: 5px solid #0a80b4; }
div { border: 1px dashed #0a80b4; }
div { border: 5px dashed #0a80b4; }
div { border: 1px dotted #0a80b4; }
div { border: 5px dotted #0a80b4; }