#19 Blue3
#0000AF
ExtendedHEX#0000AF
RGB0, 0, 175
HSL240°, 100%, 34%
CMYK100%, 100%, 0%, 31%
Xterm ID19
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;19m Background (fondo)
\x1b[48;5;19m Bash echo
echo -e "\033[38;5;19mTexto\033[0m" Python
print(f"\033[38;5;19mTexto\033[0m") CSS
Color HEX
color: #0000AF; Color RGB
color: rgb(0, 0, 175); Background
background-color: #0000AF;