Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Denim | 1B68C2 | #1B68C2 | 27, 104, 194 | 10.59, 40.78, 76.08 | 86.08, 46.39, 0, 23.92 | 212.33532934132, 86.082474226804, 76.078431372549 |
Color #1b68c2 is Denim. In RGB: 10.59, 40.78, 76.08. In CMYK: 86.08, 46.39, 0, 23.92.
div { background: #1b68c2; color: #000; }
div { background: #1b68c2; color: #fff; }
div { background: linear-gradient(to bottom, #0050A6 0%, #4681DE 100%); color: #000; }
div { background: linear-gradient(to bottom, #4681DE 0%, #0050A6 100%); color: #000; }
div { background: linear-gradient(to bottom, #0050A6 0%, #4681DE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4681DE 0%, #0050A6 100%); color: #fff; }
div { border: 1px solid #1b68c2; }
div { border: 5px solid #1b68c2; }
div { border: 1px dashed #1b68c2; }
div { border: 5px dashed #1b68c2; }
div { border: 1px dotted #1b68c2; }
div { border: 5px dotted #1b68c2; }