#18 DarkBlue
#000087
ExtendedHEX#000087
RGB0, 0, 135
HSL240°, 100%, 26%
CMYK100%, 100%, 0%, 47%
Xterm ID18
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;18m Background (fondo)
\x1b[48;5;18m Bash echo
echo -e "\033[38;5;18mTexto\033[0m" Python
print(f"\033[38;5;18mTexto\033[0m") CSS
Color HEX
color: #000087; Color RGB
color: rgb(0, 0, 135); Background
background-color: #000087;