Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Chambray | 1E4E88 | #1E4E88 | 30, 78, 136 | 11.76, 30.59, 53.33 | 77.94, 42.65, 0, 46.67 | 212.83018867925, 77.941176470588, 53.333333333333 |
Color #1E4E88 is Chambray. In RGB: 11.76, 30.59, 53.33. In CMYK: 77.94, 42.65, 0, 46.67.
div { background: #1E4E88; color: #000; }
div { background: #1E4E88; color: #fff; }
div { background: linear-gradient(to bottom, #00386E 0%, #3E66A3 100%); color: #000; }
div { background: linear-gradient(to bottom, #3E66A3 0%, #00386E 100%); color: #000; }
div { background: linear-gradient(to bottom, #00386E 0%, #3E66A3 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3E66A3 0%, #00386E 100%); color: #fff; }
div { border: 1px solid #1E4E88; }
div { border: 5px solid #1E4E88; }
div { border: 1px dashed #1E4E88; }
div { border: 5px dashed #1E4E88; }
div { border: 1px dotted #1E4E88; }
div { border: 5px dotted #1E4E88; }