#17 NavyBlue
#00005F
ExtendedHEX#00005F
RGB0, 0, 95
HSL240°, 100%, 19%
CMYK100%, 100%, 0%, 63%
Xterm ID17
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;17m Background (fondo)
\x1b[48;5;17m Bash echo
echo -e "\033[38;5;17mTexto\033[0m" Python
print(f"\033[38;5;17mTexto\033[0m") CSS
Color HEX
color: #00005F; Color RGB
color: rgb(0, 0, 95); Background
background-color: #00005F;