The 1920 will be where all your routing is performed, so yes,
On the 1920,
- create VLAN 99 192.168.99.1/24 "management"
- create VLAN 100 192.168.1.1/24
- create VLAN 200 192.168.2.1/24
- create VLAN 300 192.168.3.1/24
... etc
- on the uplink to 2530#1, tag VLANs 99,200,300,400
- on the uplink to 2530#2, tag VLANs 99,500,600,700
- ip route 0.0.0.0 --> firewall
On 2530#1
- create VLANs 100,200,300 (no IP address)
- create VLAN 99 192.168.99.11/24 "management"
- on the uplink to the 1920, tag VLANs 99,200,300,400
- on the Access switchports, untag VLAN 200 OR 300 OR 400, as required
- ip default gateway 192.168.99.1
etc...
All your hosts should use the .1 address in their subnet as their default gateway.