#24 DeepSkyBlue4
#005F87
ExtendedHEX#005F87
RGB0, 95, 135
HSL198°, 100%, 26%
CMYK100%, 30%, 0%, 47%
Xterm ID24
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;24m Background (fondo)
\x1b[48;5;24m Bash echo
echo -e "\033[38;5;24mTexto\033[0m" Python
print(f"\033[38;5;24mTexto\033[0m") CSS
Color HEX
color: #005F87; Color RGB
color: rgb(0, 95, 135); Background
background-color: #005F87;