Dark Eclipse
#112244 · one of 31,915 named colors
Dark Eclipse is a dark, strong blue with the hex code #112244. In RGB it is 17 red, 34 green and 68 blue, and white text is most readable on top of it.
Codes
HEX
#112244HEX8
#112244ffRGB
rgb(17, 34, 68)RGBA
rgba(17, 34, 68, 1)RGB %
rgb(7%, 13%, 27%)HSL
hsl(220, 60%, 17%)HSLA
hsla(220, 60%, 17%, 1)Variables
Sass
$dark-eclipse: #112244;Less
@dark-eclipse: #112244;CSS
--dark-eclipse: #112244;